TdxSpreadSheetReportDesignerDataField.Visible Property
In This Article
Specifies if the dataset field is listed in the Field Chooser.
#Declaration
Delphi
property Visible: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
If this property is set to True, the dataset field is available to end-users in the Field Chooser provided by the Report Designer. Otherwise, the field is hidden.
See Also