Assembly: Report;
The IUiPrxReportExportSubstitutionEventArgs interface contains argument properties of the event occurring on substitution of regular report on exporting it to file.
IUiPrxReportBaseSubstitutionEventArgs
IUiPrxReportExportSubstitutionEventArgs
The argument is available in the IPrxReportUserEvents.EventOnSubstituteReport and ReportEvents.OnSubstituteReport events. If the IUiPrxReportBaseSubstitutionEventArgs.Context property returns the PrxReportSubstitutionContext.Export value, cast the argument to the IUiPrxReportExportSubstitutionEventArgs type to get additional parameters.
Property name | Brief description | |
ExportFormat | The ExportFormat property returns format, into which report is exported. |
Property name | Brief description | |
Context | The Context property returns the action, which substitutes a regular report. | |
Report | The Report property determines a regular report used for substitution. |
Property name | Brief description | |
UiRep | The UiRep property returns an object containing the UiReport component that has generated the event. |
See also: