Skip to main content

TdxGridReportLink.Grid Property

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

Declaration

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