Adds a band to a template.

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

Syntax

C#
protected void AddBand(
	BandBase band,
	double height
)
Visual Basic (Declaration)
Protected Sub AddBand ( _
	band As BandBase, _
	height As Double _
)
Visual C++
protected:
void AddBand(
	BandBase^ band, 
	double height
)

See Also