ReportRowEventArgs.CreateReportRowArgs

Syntax

CreateReportRowArgs(Report: IReportBox; Sheet: IPrxSheet; Row: Integer);

Parameters

Report. The component, for which the event is generated.

Sheet. The report page, for which the event is generated.

Row. The index of the row, for which the event is generated.

Description

The CreateReportRowArgs constructor creates an argument of event related to a table row.

See also:

ReportRowEventArgs