Report Generation
Posted: Fri Apr 16, 2010 6:31 am
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
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