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
)
Public Overridable Function Render (
outContainer As StiContainer
) As Boolean
Parameters
- outContainer
- Type: Stimulsoft.Report.ComponentsStiContainer
The container in which rendering will be done.
Return Value
Type:
BooleanA value which indicates whether rendering is finished or not.
See Also