Skip to main content

TdxSpreadSheetReportDataControllerOptions Class

Stores data controller settings applied to a bound dataset.

Declaration

TdxSpreadSheetReportDataControllerOptions = class(
    TPersistent
)

Remarks

This class provides the following properties that allow you to specify:

  • If the current locale settings affect the data sort and group operations (AnsiSort);

  • If the data sort and group operations are case insensitive (CaseInsensitive);

  • The name referencing the bound dataset (DisplayName).

A TdxSpreadSheetReportDataControllerOptions object is referenced by:

Inheritance

TObject
TPersistent
TdxSpreadSheetReportDataControllerOptions
See Also