StiContainerGetComponents Method (StiComponentsCollection) |
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 void GetComponents(
ref StiComponentsCollection comps
)
Public Sub GetComponents (
ByRef comps As StiComponentsCollection
)
Parameters
- comps
- Type: Stimulsoft.Report.ComponentsStiComponentsCollection
[Missing <param name="comps"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.GetComponents(Stimulsoft.Report.Components.StiComponentsCollection@)"]
Return Value
Type:
List of components.
See Also