TdxSpreadSheetReportDetail.Options Property
In This Article
Specifies data controller options applied to the bound detail dataset.
#Declaration
Delphi
property Options: TdxSpreadSheetReportDataControllerOptions read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
You can use this property to customize sorting and grouping settings for the Report Designer‘s detail dataset. For detailed information on all available options, refer to the TdxSpreadSheetReportDataControllerOptions class description.
See Also