Gets or sets a value indicating whether the dimension will be displayed on each page.

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

Syntax

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

See Also