Gets root DataBand the element is located in

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

Syntax

C#
protected DataBand GetMainBand(
	ReportControl control
)
Visual Basic (Declaration)
Protected Function GetMainBand ( _
	control As ReportControl _
) As DataBand
Visual C++
protected:
DataBand^ GetMainBand(
	ReportControl^ control
)

See Also