Click or drag to resize

StiComponentV1BuilderRender Method (StiComponent, StiComponent, StiContainer)

Renders a component in the specified container with taking events generation into consideration. A rendered component is returned in the renderedComponent argument.

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

Parameters

masterComp
Type: Stimulsoft.Report.ComponentsStiComponent

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

renderedComponent
Type: Stimulsoft.Report.ComponentsStiComponent
A component which is being rendered.
outContainer
Type: Stimulsoft.Report.ComponentsStiContainer
A container in which rendering will be done.

Return Value

Type: Boolean
A value which indicates whether rendering of the component is finished or not.
See Also