Gets or sets a title for a pivot table.

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

Syntax

C#
public string Caption { get; set; }
Visual Basic (Declaration)
Public Property Caption As String
Visual C++
public:
property String^ Caption {
	String^ get ();
	void set (String^ value);
}

See Also