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 add it to the inoobjects collection. Has anyone had success do something like this? I've hit a wall and would appreciate any tips or suggestions. Thanks.
Gus
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 add it to the inoobjects collection. Has anyone had success do something like this? I've hit a wall and would appreciate any tips or suggestions. Thanks.
Gus