Gets or sets style for fact cells included in odd row.

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

Syntax

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

See Also