Gets or sets pivot table caption.

Namespace:  PerpetuumSoft.Reporting.Wizards.PivotTableWizard
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

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

See Also