Gets or sets style for cells representing field caption.

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

Syntax

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

See Also