Reports as Assemblies

Top  Previous  Next

 

Stimulsoft Reports reports generation has the unique ability to compile reports to the .Net assembly.

Framework. Use the File | Save Report As… menu for saving a report to the assembly.

 

 

For loading a report from the assembly the following code is used:

 

C#

 

StiReport report = StiReport.GetReportFromAssembly("report.dll");

 

 

VB

 

Dim Report As StiReport = StiReport.GetReportFromAssembly("report.dll")

 

 

Reports, which are loaded from assembly, do not require compilation. It is impossible to edit such reports in the reports designer.

 

 

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)