StiSimpleTextV1BuilderInternalRender Method |
Renders a component in the specified container without taking generation of BeforePrintEvent and AfterPrintEvent events into consideration and without taking Conditions into consideration.
The rendered component is returned in the renderedComponent.
Namespace:
Stimulsoft.Report.Engine
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public override bool InternalRender(
StiComponent masterComp,
ref StiComponent renderedComponent,
StiContainer outContainer
)
Public Overrides Function InternalRender (
masterComp As StiComponent,
ByRef renderedComponent As StiComponent,
outContainer As StiContainer
) As Boolean
Parameters
- masterComp
- Type: Stimulsoft.Report.ComponentsStiComponent
[Missing <param name="masterComp"/> documentation for "M:Stimulsoft.Report.Engine.StiSimpleTextV1Builder.InternalRender(Stimulsoft.Report.Components.StiComponent,Stimulsoft.Report.Components.StiComponent@,Stimulsoft.Report.Components.StiContainer)"]
- renderedComponent
- Type: Stimulsoft.Report.ComponentsStiComponent
A rendered component. - outContainer
- Type: Stimulsoft.Report.ComponentsStiContainer
A panel in what rendering will be done.
Return Value
Type:
BooleanIs rendering finished or not.
See Also