Gets or sets the value indicating whether dimension cells will be printed on every page.

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

Syntax

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

See Also