Search
ReportColumn.Sort Property
See Also
 





Gets or sets the sort of the column.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting

 Syntax

C#  Copy Code

public Sort Sort { get; set; }

Visual Basic  Copy Code

Public Property Sort As Sort

 Property Value

A value of the Sort enumeration specifying the sort type for this column. Use None to disable sorting.

 Remarks

If you specify sorting by more than one column, you can use the SortPriority property to determine which sort should have greater priority.

 See Also