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:
00972691
Views:
14
Kevin,
Thanks for the reply.
I appreciate your views on the topic. I guess another "problem" about using untyped reports is that the user could mess with the rpt file(s) and maybe screw something up (users are well know for doing this).
I belive I will use strongly typed reports in my applications.

Einar

>Good question - there are pros and cons. If you keep the report "outside" the EXE ("untyped report"), then any changes just to the RPT means you only have to distribute the RPT.
>
>If you incorporate the RPT into the project, you have to distribute a new EXE (or possibly just an assembly, if you add the RPT to a separate project that's referenced by your EXE.) The bottom line is that you'll have to recompile something. But the advantage is that you can reference the report class by name, just like any other class in your project.
>
>The direction should be based on your environment. If multiple apps share the reports, or maybe you have a high # of reports, and/or you anticipate that most "changes" might be visual tweaks, then maybe using untyped reports (keeping them out of the project) is best. I usually use strongly-typed reports, because my apps have different characteristics.
>
>Kevin
>
>
>Kevin
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform