StiContainerRenderContainer Method |
Rendering a container without invokes events.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual bool RenderContainer(
ref StiComponent renderedComponent,
StiContainer outContainer
)
Public Overridable Function RenderContainer (
ByRef renderedComponent As StiComponent,
outContainer As StiContainer
) As Boolean
Parameters
- renderedComponent
- Type: Stimulsoft.Report.ComponentsStiComponent
Rendered container. - outContainer
- Type: Stimulsoft.Report.ComponentsStiContainer
Container for rendering.
Return Value
Type:
BooleanIf the container is rendered completely then true.
See Also