Sir
Wat do i need to import to make this code working?
StiPdfExportSettings settings = new StiPdfExportSettings();
settings.PasswordInputOwner = "1";
settings.PasswordInputUser = "2";
report.ExportDocument(StiExportFormat.Pdf, "file.pdf", settings);
Am i missing any dll or import statement.I ahve already imported these statements:
Imports Stimulsoft.Report
Imports Stimulsoft.Report.Web
Imports Stimulsoft.Report.Dialogs
Imports Stimulsoft.Report.Components
Imports Stimulsoft.Editor
Regards
Bharat
Report Generation
-
- Posts: 135
- Joined: Tue Aug 11, 2009 9:38 am
Report Generation
Hello,
You need to add the following line:
Imports Stimulsoft.Report.Export
Thank you.
You need to add the following line:
Imports Stimulsoft.Report.Export
Thank you.