Skip to main content

TAbstractdxGridReportLink.IncludeFixed Property

Specifies whether fixed cells are displayed in a report.

Declaration

property IncludeFixed: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the IncludeFixed property to True to include fixed cells in a report when printing grid selected cells. The IncludeFixed property is in effect if the OnlySelected property is set to True.

If the IncludeFixed property is False, fixed cells are not displayed in a report when printing selected cells.

The default value of this property is True.

See Also