StiDataFiltersDesigner Class

Namespace: Stimulsoft.Report.Dashboard

This class describes the designer of the data filter for elements.

Inheritance

Inherits from: StiComponentDesigner

Constructors

Constructor Description
StiDataFiltersDesigner(IStiDesignerBase designer)  

StiDataFiltersDesigner(designer: IStiDesignerBase)

Parameters

Methods

Method Returns Description
GetDataFiltersDesigner static StiComponentDesigner Returns a designer of the component.
GetUserFiltersDesigner static StiComponentDesigner Returns a designer of the component.

Method Details

GetDataFiltersDesigner static

GetDataFiltersDesigner(designer: IStiDesignerBase, componentType: Type): StiComponentDesigner

Returns a designer of the component.

Parameters

  • designer (IStiDesignerBase) — Report designer.
  • componentType (Type) — Component type.

Returns StiComponentDesigner — Component designer.


GetUserFiltersDesigner static

GetUserFiltersDesigner(designer: IStiDesignerBase, componentType: Type): StiComponentDesigner

Returns a designer of the component.

Parameters

  • designer (IStiDesignerBase) — Report designer.
  • componentType (Type) — Component type.

Returns StiComponentDesigner — Component designer.