Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I include my report in the EXE
Message
General information
Forum:
ASP.NET
Category:
Reporting
Miscellaneous
Thread ID:
00972624
Message ID:
00972642
Views:
11
This message has been marked as the solution to the initial question of the thread.
Hey, Einar,

If you add your RPT to the project (by clicking add...existing item), you can access the report as a strongly typed report, like so...
Suppose you added InvoiceRpt.RPT to your project

InvoiceRpt oMyReport = new InvoiceRpt();
Now you can access the report object...and I'm pretty certain you don't need to distribute the RPT. (When you add the RPT to the project, .NET generates a CS file and other resource info for you). I believe you only need to distribute the RPT if you're using the load method to load it manually.

Again, this is covered in the Brian Bischoff book.

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform