Click or drag to resize

StiContainerV2BuilderGetRenderContainer Method

Returns a panel for the component rendering.

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual StiContainer GetRenderContainer(
	StiComponent comp,
	Type type = null
)

Parameters

comp
Type: Stimulsoft.Report.ComponentsStiComponent
The component that is a base for a component preparation.
type (Optional)
Type: SystemType

[Missing <param name="type"/> documentation for "M:Stimulsoft.Report.Engine.StiContainerV2Builder.GetRenderContainer(Stimulsoft.Report.Components.StiComponent,System.Type)"]

Return Value

Type: StiContainer
Panel for rendering.
See Also