Table of Contents

Class PropertySortOrders

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Encapsulates ascending and descending sort order expressions.

public class PropertySortOrders : DomItem
Inheritance
PropertySortOrders
Inherited Members

Properties

Ascending

Gets or sets the ascending sort order expression.

public string Ascending { get; set; }

Property Value

string

Descending

Gets or sets the descending sort order expression.

public string Descending { get; set; }

Property Value

string