Gets the master band.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: 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 (); } |