Gets or sets the value indicating whether a pivot table title 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 TitleOnEveryPage { get; set; }
Visual Basic (Declaration)
Public Property TitleOnEveryPage As Boolean
Visual C++
public:
property bool TitleOnEveryPage {
	bool get ();
	void set (bool value);
}

See Also