I am using VB .NET to view crystal reports in the crystal report viewer activeX control, and I am using the CrystalDecisions.CrystalReports.Engine.ReportDocument class to load reports dynamically at runtime and add conditions and sorting options at runtime too. I use the record selection formula...
I use the CRViewer activeX to open reports from ASP and VBScript:
Dim webBroker, webSource
Set webBroker = CreateObject("WebReportBroker.WebReportBroker")
Set webSource = CreateObject("WebReportSource.WebReportSource")
webSource.ReportSource = webBroker
webSource.URL =...
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.