TAbstractdxGridReportLink.OnlySelected Property
In This Article
Specifies whether a report includes selected cells only.
#Declaration
Delphi
property OnlySelected: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set the OnlySelected property to True to display only selected items in a report. If the OnlySelected property is False, the report includes all value items (cells) contained in the component.
The default value of this property is False.
See Also