Click or drag to resize

StiContainerV1BuilderRenderContainer Method

Renders a container without invokes events. This method processes Childs of container. Method calls InternalRenderContainer.

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual bool RenderContainer(
	StiContainer masterContainer,
	ref StiComponent renderedComponent,
	StiContainer outContainer
)

Parameters

masterContainer
Type: Stimulsoft.Report.ComponentsStiContainer

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

renderedComponent
Type: Stimulsoft.Report.ComponentsStiComponent
A rendered container.
outContainer
Type: Stimulsoft.Report.ComponentsStiContainer
A container for rendering.

Return Value

Type: Boolean
If a container is rendered completely then true.
See Also