Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trouble adding a report to CE from Web Service

Status
Not open for further replies.

SfGus

Programmer
Apr 27, 2004
1
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top