Exporter: PrxReportExporter;
Exporter: Prognoz.Platform.Interop.Report.PrxReportExporter
The Exporter property indicates exporter.
Consider an event that occurs before regular report exporting.
Sub UiReport1OnBeforeExportReport(Sender: Object; Args: IUiPrxExportCancelEventArgs);
Var
exporter: IPrxReportExporter;
Begin
exporter:= Args.Exporter;
exporter.ExportChartsAsImages:= True;
End Sub UiReport1OnBeforeExportReport;
After executing the example the Charts as Images export setting is changed in the event.
See also: