StiBandV1BuilderGetChildBands Method |
Returns child bands.
Namespace:
Stimulsoft.Report.Engine
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static StiComponentsCollection GetChildBands(
StiBand masterBand
)
Public Shared Function GetChildBands (
masterBand As StiBand
) As StiComponentsCollection
Parameters
- masterBand
- Type: Stimulsoft.Report.ComponentsStiBand
[Missing <param name="masterBand"/> documentation for "M:Stimulsoft.Report.Engine.StiBandV1Builder.GetChildBands(Stimulsoft.Report.Components.StiBand)"]
Return Value
Type:
StiComponentsCollection[Missing <returns> documentation for "M:Stimulsoft.Report.Engine.StiBandV1Builder.GetChildBands(Stimulsoft.Report.Components.StiBand)"]
See Also