Click or drag to resize

StiV1BuilderRender Method (StiComponent, StiContainer)

Renders a component in the specified container with taking generation of events into consideration.

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract bool Render(
	StiComponent masterComp,
	StiContainer outContainer
)

Parameters

masterComp
Type: Stimulsoft.Report.ComponentsStiComponent

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

outContainer
Type: Stimulsoft.Report.ComponentsStiContainer
A Panel in what rendering will be done.

Return Value

Type: Boolean
A value that indicates whether rendering is finished or not.
See Also