TdxGridReportLink.OnInitializeCell Event
Occurs when a data cell in the Grid control’s table view is rendered for the report.
Declaration
property OnInitializeCell: TdxGridReportLinkInitializeCellEvent read; write;
Remarks
The OnInitializeCell event occurs when a data 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. |
| ARow | Refers to the row whose data 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