Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8627

Re: Problem showing the crystal report viewer in form after added the component on it

$
0
0

Report.Show?

 

 

How about you try:

 

CrystalReportViewer1.ReportSource = <path to your report>

 

 

Or:

 

Dim crReportDocument As New CrystalDecisions.CrystalReports.Engine.ReportDocument

crReportDocument.Load(<path to your report>)

CrystalReportViewer1.ReportSource = crReportDocument

 

Or, if the report is added to the project:

 

crReportDocument = New test

CrystalReportViewer1.ReportSource = crReportDocument

 



- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow us on Twitter

 

Message was edited by: Ludek Uher


Viewing all articles
Browse latest Browse all 8627

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>