Show contents 

Report > Report Assembly Interfaces > IUiPrxSheetEventArgs > IUiPrxSheetEventArgs.Sheet

IUiPrxSheetEventArgs.Sheet

Syntax

Sheet: IPrxSheet;

Description

The Sheet property returns calculated sheet of a regular report.

Example

Consider the event that occurs after sheet calculation.

Sub EventOnAfterRecalcSheet(Args: IUiPrxSheetEventArgs);
Begin
    WinApplication.InformationBox(Args.Sheet.Name);
End Sub EventOnAfterRecalcSheet;

When the event occurs, an information message containing name of the calculated sheet.

See also:

IUiPrxSheetEventArgs