PDF export whitout settings dialog
Posted: Fri Oct 16, 2009 2:35 am
Please, tell me how export to pdf whitout the settings dialog in VB syntax.
Thanks you
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
report.Render(false)
Dim MySettings As New Stimulsoft.Report.Export.StiPdfExportSettings()
report.ExportDocument(Stimulsoft.Report.StiExportFormat.Pdf, "MyFile.pdf", mySettings)