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

See Also