Back to Devexpress

TdxSpreadSheetReportDataControllerOptions Class

vcl-dxspreadsheetreportdesigner-1f4d7e9f.md

latest1.8 KB
Original Source

TdxSpreadSheetReportDataControllerOptions Class

Stores data controller settings applied to a bound dataset.

Declaration

delphi
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

TdxSpreadSheetReportDataControllerOptions Members

dxSpreadSheetReportDesigner Unit