TdxSpreadSheetReportDataControllerOptions.DisplayName Property
Specifies the bound dataset‘s name.
Declaration
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