Gets or sets table caption text.

Namespace:  PerpetuumSoft.Reporting.DOM.Olap
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