StiSubReportsHelperGetParentBand Method |
Returns Band which is one of Parent components of the specified container.
Namespace:
Stimulsoft.Report.Engine
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static StiBand GetParentBand(
StiContainer parent
)
Public Shared Function GetParentBand (
parent As StiContainer
) As StiBand
Parameters
- parent
- Type: Stimulsoft.Report.ComponentsStiContainer
[Missing <param name="parent"/> documentation for "M:Stimulsoft.Report.Engine.StiSubReportsHelper.GetParentBand(Stimulsoft.Report.Components.StiContainer)"]
Return Value
Type:
StiBand[Missing <returns> documentation for "M:Stimulsoft.Report.Engine.StiSubReportsHelper.GetParentBand(Stimulsoft.Report.Components.StiContainer)"]
See Also