StiComponentRenderComponent Method |
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.
This is backward compatibility method. Please use InternalRender method for new developed components.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax protected virtual bool RenderComponent(
ref StiComponent renderedComponent,
StiContainer outContainer
)
Protected Overridable Function RenderComponent (
ByRef renderedComponent As StiComponent,
outContainer As StiContainer
) As Boolean
Parameters
- renderedComponent
- Type: Stimulsoft.Report.ComponentsStiComponent
Rendered component. - outContainer
- Type: Stimulsoft.Report.ComponentsStiContainer
Panel in which rendering will be done.
Return Value
Type:
BooleanIs rendering finished or not.
See Also