StiContainerV2BuilderGetRenderContainer 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 virtual StiContainer GetRenderContainer(
StiComponent comp,
Type type = null
)
Public Overridable Function GetRenderContainer (
comp As StiComponent,
Optional type As Type = Nothing
) As StiContainer
Parameters
- comp
- Type: Stimulsoft.Report.ComponentsStiComponent
The component that is a base for a component preparation. - type (Optional)
- Type: SystemType
[Missing <param name="type"/> documentation for "M:Stimulsoft.Report.Engine.StiContainerV2Builder.GetRenderContainer(Stimulsoft.Report.Components.StiComponent,System.Type)"]
Return Value
Type:
StiContainerPanel for rendering.
See Also