Page 1 of 1

Which dll's to refrence and include from my project

Posted: Mon May 14, 2012 2:45 pm
by mostafaxx
Hello every one,

I'm using C# with .net frame work 3.5 and using Stimulsoft Reports.Net ver 2012.1 Trial
i need to know which dll to reference from my project and Pack with the setup application..??

i can't find a full documentation for Stimulsoft Reports.Net i looking for something like the Microsoft msdn to know all the classes in the library's and thier members with description for every one of them.

Which dll's to refrence and include from my project

Posted: Mon May 14, 2012 2:54 pm
by mostafaxx
by the way i don't need to re-edit the report after distributing the application

Which dll's to refrence and include from my project

Posted: Tue May 15, 2012 3:06 am
by HighAley
Hello.
mostafaxx wrote:I'm using C# with .net frame work 3.5 and using Stimulsoft Reports.Net ver 2012.1 Trial
i need to know which dll to reference from my project and Pack with the setup application..??

i can't find a full documentation for Stimulsoft Reports.Net i looking for something like the Microsoft msdn to know all the classes in the library's and thier members with description for every one of them.
You could find the Stimulsoft Reports Universal User Manual on our site http://stimulsoft.com/Documentation.aspx. Please, read the 19.1 Assemblies in Reports.Net section there.

In your case you need to add next files to your application:
- Stimulsoft.Base.dll
- Stimulsoft.Report.dll
- Stimulsoft.Report.Win.dll
- Localization files

Thank you.