Hello,
I'm having trouble adding a report to the infostore from a web service.
The following lines of code will allow me to view my report from a Report Viewer:
SomeReport rpt = new SomeReport();
CrystalReportViewer1.ReportSource = rpt;
However, using instead of viewing the report I want to...
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.