Click or drag to resize

StiComponentRender Method (StiContainer)

Renders a component in the specified container with events generation.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual bool Render(
	StiContainer outContainer
)

Parameters

outContainer
Type: Stimulsoft.Report.ComponentsStiContainer
The container in which rendering will be done.

Return Value

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