Page 1 of 1

Embedding reports in a class library

Posted: Tue Jan 05, 2010 3:39 am
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?


Embedding reports in a class library

Posted: Tue Jan 05, 2010 8:04 am
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.