StiDataTransformationDesigner Class

Namespace: Stimulsoft.Report.Dashboard

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

Inheritance

Inherits from: StiComponentDesigner

Constructors

Constructor Description
StiDataTransformationDesigner(IStiDesignerBase designer)  

StiDataTransformationDesigner(designer: IStiDesignerBase)

Parameters

Methods

Method Returns Description
GetTransformationDesigner static StiComponentDesigner Returns a designer of the component.

Method Details

GetTransformationDesigner static

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

Returns a designer of the component.

Parameters

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

Returns StiComponentDesigner — Component designer.