TdxSpreadSheetReportDesignerResetFilter Class
In This Article
An action object corresponding to the ResetFilter command provided by the Report Designer control.
#Declaration
Delphi
TdxSpreadSheetReportDesignerResetFilter = class(
TdxSpreadSheetReportDesignerAction
)
#Remarks
This class does not introduce any new public members. Executing a TdxSpreadSheetReportDesignerResetFilter
action object clears the filter of the data controller corresponding to the section in which the focused cell is located.
UI elements linked to a TdxSpreadSheetReportDesignerResetFilter
action object are enabled only if the following conditions are met:
- The focused cell is located within the report template section with the valid data controller.
- The filter text is not an empty string.
#Inheritance
Show 12 items
See Also