TdxSpreadSheetReportDetail.Options Property
Specifies data controller options applied to the bound detail dataset.
Declaration
property Options: TdxSpreadSheetReportDataControllerOptions read; write;
Property Value
Type |
---|
TdxSpreadSheetReportDataControllerOptions |
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