Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGridReportLink.Grid Property

Identifies a TcxGrid instance that will be providing data for the report.

#Declaration

Delphi
property Grid: TcxGrid read;

#Property Value

Type
TcxGrid

#Remarks

The Grid property gives a developer a reference to the TcxGrid instance that will be printed by this ReportLink. This property allows a developer to manipulate view items, specify view options, and access other grid related features. As view options affect a view’s appearance, they will also affect report of that view.

Note that for the purposes of the Report output only, options set in the view will be overridden by options set in the report link.

See Also