Gets or sets style for cells representing table caption.

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

Syntax

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

See Also