Gets the master band.

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

Syntax

C#
public DataBandBase MasterBand { get; }
Visual Basic (Declaration)
Public ReadOnly Property MasterBand As DataBandBase
Visual C++
public:
property DataBandBase^ MasterBand {
	DataBandBase^ get ();
}

See Also