IUiPrxReportBaseSubstitutionEventArgs.Context

Syntax

Context: PrxReportSubstitutionContext;

Description

The Context property returns the action, which substitutes a regular report.

Comments

When a report is printed, in the desktop application the property returns PrxReportSubstitutionContext.Print, in the web application the property returns PrxReportSubstitutionContext.Export.

In the web application reports are printed in two steps:

  1. Report is exported to a file of the selected format.

  2. The saved file is printed.

See also:

IUiPrxReportBaseSubstitutionEventArgs