[This is preliminary documentation and is subject to change.]
The array of the report sort orders
Namespace:
OfficeClip.BusinessLayer.Metabase.FilterAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public MetaConstants..::.ReportSortOrder[] OrderBySorts { get; set; } |
Visual Basic (Declaration) |
---|
Public Property OrderBySorts As MetaConstants..::.ReportSortOrder() |
Visual C++ |
---|
public: property array<MetaConstants..::.ReportSortOrder>^ OrderBySorts { array<MetaConstants..::.ReportSortOrder>^ get (); void set (array<MetaConstants..::.ReportSortOrder>^ value); } |