TdxSpreadSheetReportDataBinding.Options Property
Specifies data controller options applied to the bound master 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 master dataset. For detailed information on all available options, refer to the TdxSpreadSheetReportDataControllerOptions class description.
See Also