Click or drag to resize

IStiComponentDesignerCreateComponent Method

Creates a component of the specified type.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
StiComponent CreateComponent(
	Type componentType,
	RectangleD region
)

Parameters

componentType
Type: SystemType
Type of conmponent being ceated.
region
Type: Stimulsoft.Base.DrawingRectangleD
The rectangle describes the component size.

Return Value

Type: StiComponent
Created component.
See Also