Export service: customize text
Posted: Fri May 24, 2013 1:36 pm
I export the pdf using export service:
I need to customize the title bar and the inner text (they correctly appear in Italian but I need to change the text), see attached screenshot (they are in red square).
Thank you.
Code: Select all
Dim service As New Stimulsoft.Report.Export.StiPdfExportService
service.Progress = Stimulsoft.Report.StiGuiOptions.GetProgressInformation(service.OwnerWindow, Stimulsoft.Base.StiGuiMode.Gdi)
service.Progress.Start(Stimulsoft.Base.Localization.StiLocalization.Get("Export", "ExportingReport"))
service.Progress.SetAllowClose(False)
service.ExportPdf(report, stream, exportSettings)
service.Progress.Close()
service.Progress = Nothing
Thank you.