Public Sub ExportToAdobe(ByVal strReportPath As String, ByVal strAdobeFileName As String)
' This procedure exports data to Adobe file
Dim objCrystalReportDocument As New CrystalDecisions.CrystalReports.Engine.ReportDocument()
Dim objCrystalFileDestinationOptions As New...
Hi. I am new to VS.NET and Crystal Reports. I have figured out how to pass parameters to a Crystal Report Viewer on a web page but it didn't print very well. So I have successfully opened my Crystal Report in Adobe Reader (prints much better). I have attempted to pass the PDF file a parameter...
I have tried you suggestion with no success. I added the references and wrote the VB .NET version of the C# code (see below).
Imports CrystalDecisions.Shared
Imports CrystalDecisions.CrystalReports.Engine
Imports CrystalDecisions.Web
Public Class WebForm1
Inherits System.Web.UI.Page...
I have added that code and it still doesn't work. :( Before your suggestion, I entered the path to the report in the Databind property with no luck either.
Is it possible it is not working because I have not registered Crystal Reports yet? I am not sure how long Visual Studio has been on my...
Hi, I am new to Crystal Reports. I can not view my crystal report thru the browser. I see this message in a box where the report should be:
CrystalReportViewer - CrystalReportViewer1
User ReportSource or Databindings property to specify a report source.
I have created an .rpt file that is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.