Gets and sets the rendering mode for the current page band.

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

Syntax

C#
public PageBandMode Mode { get; set; }
Visual Basic (Declaration)
Public Property Mode As PageBandMode
Visual C++
public:
property PageBandMode Mode {
	PageBandMode get ();
	void set (PageBandMode value);
}

See Also