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
-
- Posts: 14
- Joined: Tue Dec 29, 2009 11:21 pm
- Location: Chennai
Embedding reports in a class library
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.
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.