StiComponentRender Method (StiComponent, StiContainer) |
Renders a component in the specified container with events generation.
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 Render(
ref StiComponent renderedComponent,
StiContainer outContainer
)
Public Overridable Function Render (
ByRef renderedComponent As StiComponent,
outContainer As StiContainer
) As Boolean
Parameters
- 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:
BooleanA value which indicates whether rendering of the component is finished or not.
See Also