Click or drag to resize

StiComponentInternalRender Method (StiComponent, StiContainer)

Renders a component in the specified container without generation of the 'BeforePrintEvent' event and the 'AfterPrintEvent' event and without checking Conditions. The rendered component will return in 'renderedComponent' argument.

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

Parameters

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