Embedding reports in a class library

Stimulsoft Reports.NET discussion
Post Reply
Sundara Manikandan
Posts: 14
Joined: Tue Dec 29, 2009 11:21 pm
Location: Chennai

Embedding reports in a class library

Post by Sundara Manikandan »

Is it possible to save all the reports in a single class library and call the report dynamically via code referencing the class library?

If so, how to do it?

Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Embedding reports in a class library

Post by Edward »

Hi

There are several possibilities to save report. The report can be saved directly from designer as a mrt report template, a dll library, C#, VB.Net and into some other formats..

If you have a set of report classes then you can compile all of them as a report library using solution of Class Library type in Visual Studio.

Thank you.
Post Reply