StiContainerV1BuilderGetClones Method |
Returns a collection of clones.
Namespace:
Stimulsoft.Report.Engine
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static StiComponentsCollection GetClones(
StiContainer masterContainer
)
Public Shared Function GetClones (
masterContainer As StiContainer
) As StiComponentsCollection
Parameters
- masterContainer
- Type: Stimulsoft.Report.ComponentsStiContainer
[Missing <param name="masterContainer"/> documentation for "M:Stimulsoft.Report.Engine.StiContainerV1Builder.GetClones(Stimulsoft.Report.Components.StiContainer)"]
Return Value
Type:
StiComponentsCollectionComponents collection.
See Also