StiContainerGetComponentsList Method |
Returns the list of all components which are located in the container.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public List<StiComponent> GetComponentsList()
Public Function GetComponentsList As List(Of StiComponent)
Return Value
Type:
ListStiComponentList of components.
See Also