Gets the array of nested bands sorted by position.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
protected IRegularBand[] GetSortedBands()
Visual Basic (Declaration)
Protected Function GetSortedBands As IRegularBand()
Visual C++
protected:
array<IRegularBand^>^ GetSortedBands()

See Also