StiDataTransformationDesignerGetTransformationDesigner 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 GetTransformationDesigner(
IStiDesignerBase designer,
Type componentType
)
Public Shared Function GetTransformationDesigner (
designer As IStiDesignerBase,
componentType As Type
) As StiComponentDesigner
Parameters
- designer
- Type: Stimulsoft.Report.DesignIStiDesignerBase
Report designer. - componentType
- Type: SystemType
Component type.
Return Value
Type:
StiComponentDesignerComponent designer.
See Also