StiV1BuilderRender Method (StiComponent, StiContainer) |
Renders a component in the specified container with taking generation of events into consideration.
Namespace:
Stimulsoft.Report.Engine
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public abstract bool Render(
StiComponent masterComp,
StiContainer outContainer
)
Public MustOverride Function Render (
masterComp As StiComponent,
outContainer As StiContainer
) As Boolean
Parameters
- masterComp
- Type: Stimulsoft.Report.ComponentsStiComponent
[Missing <param name="masterComp"/> documentation for "M:Stimulsoft.Report.Engine.StiV1Builder.Render(Stimulsoft.Report.Components.StiComponent,Stimulsoft.Report.Components.StiContainer)"]
- outContainer
- Type: Stimulsoft.Report.ComponentsStiContainer
A Panel in what rendering will be done.
Return Value
Type:
BooleanA value that indicates whether rendering is finished or not.
See Also