TdxGridReportLink.OnInitializeFooterCell Event
Occurs when a footer cell in the Grid control’s table view is rendered for the report.
Declaration
property OnInitializeFooterCell: TdxGridReportLinkInitializeFooterCellEvent read; write;
Remarks
The OnInitializeFooterCell event occurs when a footer cell in the Grid control’s table view is rendered for the report.
Parameter | Description |
---|---|
Sender | Represents the report link that renders the report. |
AView | Refers to the grid view whose element is being rendered. |
ARecord | Refers to the grid record for which the footer cell is being rendered. |
ALevel | Identifies the nesting level of the grouping row for which the footer cell is being rendered. |
AColumn | Refers to a column for which the footer cell is being rendered. |
AnItem | Contains data that defines the data cell’s representation within the report. Modify the AnItem parameter to change the visual representation of the rendered element. |
See Also