IUiPrxReportExportSubstitutionEventArgs

Assembly: Report;

Description

The IUiPrxReportExportSubstitutionEventArgs interface contains argument properties of the event occurring on substitution of regular report on exporting it to file.

Inheritance Hierarchy

          IEventArgs

          IUiReportBaseEventArgs

          IUiPrxReportBaseSubstitutionEventArgs

          IUiPrxReportExportSubstitutionEventArgs

Comments

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.

Properties

  Property name Brief description
ExportFormat The ExportFormat property returns format, into which report is exported.

Properties inherited from IUiPrxReportBaseSubstitutionEventArgs

  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.

Properties inherited from IUiReportBaseEventArgs

  Property name Brief description
UiRep The UiRep property returns an object containing the UiReport component that has generated the event.

See also:

Report Assembly Interfaces