StiElementInteractionDesigner Class

Namespace: Stimulsoft.Report.Dashboard

This class describes the designer of the element interaction.

Inheritance

Inherits from: StiComponentDesigner

Constructors

Constructor Description
StiElementInteractionDesigner(IStiDesignerBase designer)  

StiElementInteractionDesigner(designer: IStiDesignerBase)

Parameters

Methods

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

Method Details

GetDesigner static

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

Returns a designer of the component.

Parameters

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

Returns StiComponentDesigner — Component designer.