StiDataBandV1BuilderGetSubReports Method |
Returns a collection of SubReport components.
Namespace:
Stimulsoft.Report.Engine
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual StiComponentsCollection GetSubReports(
StiDataBand masterDataBand
)
Public Overridable Function GetSubReports (
masterDataBand As StiDataBand
) As StiComponentsCollection
Parameters
- masterDataBand
- Type: Stimulsoft.Report.ComponentsStiDataBand
[Missing <param name="masterDataBand"/> documentation for "M:Stimulsoft.Report.Engine.StiDataBandV1Builder.GetSubReports(Stimulsoft.Report.Components.StiDataBand)"]
Return Value
Type:
StiComponentsCollectionComponents collection.
See Also