Click or drag to resize

StiDataTopNDesignerGetDesigner Method

Returns a designer of the component.

Namespace:  Stimulsoft.Report.Dashboard
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static StiComponentDesigner GetDesigner(
	IStiDesignerBase designer,
	Type componentType
)

Parameters

designer
Type: Stimulsoft.Report.DesignIStiDesignerBase
Report designer.
componentType
Type: SystemType
Component type.

Return Value

Type: StiComponentDesigner
Component designer.
See Also