Click or drag to resize
BCReportSortOn Property
Gets or sets the sort order of objects in the result collection.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public SortKind SortOn { get; set; }

Property Value

Type: SortKind
Remarks
The SortOn is partly consistent with SortKind enumeration: the value can be SO_NONE or valid index of the property combined with SO_DESCENDING. The SO_INTERNALNAME, SO_DESC_INTERNALNAME, SO_DISPLAYNAME, SO_DESC_DISPLAYNAME are not supported.
See Also