Click or drag to resize

StiContainerV1BuilderGetRenderContainer 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 static StiContainer GetRenderContainer(
	StiContainer outContainer,
	StiComponent comp
)

Parameters

outContainer
Type: Stimulsoft.Report.ComponentsStiContainer

[Missing <param name="outContainer"/> documentation for "M:Stimulsoft.Report.Engine.StiContainerV1Builder.GetRenderContainer(Stimulsoft.Report.Components.StiContainer,Stimulsoft.Report.Components.StiComponent)"]

comp
Type: Stimulsoft.Report.ComponentsStiComponent
The component that is a base for a component preparation.

Return Value

Type: StiContainer
Panel for rendering.
See Also