Context: PrxReportSubstitutionContext;
The Context property returns the action, which substitutes a regular report.
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:
Report is exported to a file of the selected format.
The saved file is printed.
See also: