TAbstractdxGridReportLink.OnInitializeItem Event
In This Article
Occurs before the created report element is rendered.
#Declaration
Delphi
property OnInitializeItem: TdxCustomGridReportLinkInitializeItemEvent read; write;
#Remarks
Handle the OnInitializeItem event to specify painting information (such as the font, foreground and background colors, border attributes, etc.) for the created report element being rendered.
Value | Description |
---|---|
ACol | Represents the report column of the element being rendered. |
ARow | Represents the report row of the element being rendered. |
AData |
Provides painting information. |
The OnInitializeItem event occurs before the created report element specified by the ACol and ARow parameters is rendered.
See Also