Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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