Sheet: IPrxSheet;
The Sheet property returns calculated sheet of a regular report.
Consider the event that occurs after sheet calculation.
Sub EventOnAfterRecalcSheet(Args: IUiPrxSheetEventArgs);
Begin
WinApplication.InformationBox(Args.Sheet.Name);
End Sub EventOnAfterRecalcSheet;
After the event occurs, an information message containing the name of the calculated sheet is displayed.
See also: