Click or drag to resize

StiBandV1BuilderInternalRender Method

Renders a component in the specified container without taking generation of BeforePrintEvent and AfterPrintEvent into consideration and without taking Conditions 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 InternalRender(
	StiComponent masterComp,
	ref StiComponent renderedComponent,
	StiContainer outContainer
)

Parameters

masterComp
Type: Stimulsoft.Report.ComponentsStiComponent

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

renderedComponent
Type: Stimulsoft.Report.ComponentsStiComponent
Rendered component.
outContainer
Type: Stimulsoft.Report.ComponentsStiContainer
Panel in which rendering will be done.

Return Value

Type: Boolean
Is rendering finished or not.
See Also