TdxGridReportLink.OnInitializeLevelCaption Event
In This Article
Occurs when a grid level caption for a Grid control’s table view is rendered for the report.
#Declaration
Delphi
property OnInitializeLevelCaption: TdxGridReportLinkInitializeLevelCaptionEvent read; write;
#Remarks
The OnInitializeLevelCaption event occurs when a grid level caption for a Grid control 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. |
An |
Contains data that defines the grid level caption’s representation within the report. Modify the An |
See Also