Gets or sets SortOrder indicating the sort order.

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

Syntax

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

See Also