StiContainerV1BuilderGetRenderContainer Method |
Returns a panel for the component rendering.
Namespace:
Stimulsoft.Report.Engine
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static StiContainer GetRenderContainer(
StiContainer outContainer,
StiComponent comp
)
Public Shared Function GetRenderContainer (
outContainer As StiContainer,
comp As StiComponent
) As StiContainer
Parameters
- outContainer
- Type: Stimulsoft.Report.ComponentsStiContainer
[Missing <param name="outContainer"/> documentation for "M:Stimulsoft.Report.Engine.StiContainerV1Builder.GetRenderContainer(Stimulsoft.Report.Components.StiContainer,Stimulsoft.Report.Components.StiComponent)"]
- comp
- Type: Stimulsoft.Report.ComponentsStiComponent
The component that is a base for a component preparation.
Return Value
Type:
StiContainerPanel for rendering.
See Also