StiComponentGetContainer Method |
Returns the topmost Container(StiPanel or StiPage) in which the component is located.
Returns null, if nothing is located.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiContainer GetContainer()
Public Function GetContainer As StiContainer
Return Value
Type:
StiContainerA container or null if nothing is located.
See Also