TdxSpreadSheetReportDataControllerOptions.DisplayName Property
In This Article
Specifies the bound dataset‘s name.
#Declaration
Delphi
property DisplayName: string read; write;
#Property Value
Type |
---|
string |
#Remarks
You can use this property instead of the dataset’s Name property.
If the current data source link has no bound dataset, the DisplayName property returns an empty string.
See Also