[This is preliminary documentation and is subject to change.]

Report Sort Order Array

Namespace:  OfficeClip.BusinessLayer.Metabase.Filter
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public MetaConstants..::.ReportSortOrder[] GroupSorts { get; set; }
Visual Basic (Declaration)
Public Property GroupSorts As MetaConstants..::.ReportSortOrder()
Visual C++
public:
property array<MetaConstants..::.ReportSortOrder>^ GroupSorts {
	array<MetaConstants..::.ReportSortOrder>^ get ();
	void set (array<MetaConstants..::.ReportSortOrder>^ value);
}

See Also