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
Which dll's to refrence and include from my project
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
Hello.
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.
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.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.
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.