Class SortingModel
Class for SortingModel
Inheritance
System.Object
SortingModel
Namespace: BoldReports.Serialization.JsonModels
Assembly: BoldReports.UWP.dll
Syntax
public class SortingModel : Object
Constructors
SortingModel()
Declaration
public SortingModel()
Properties
ColNo
Gets or sets ColNo for sorting model.
Declaration
public int ColNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ItemName
Gets or sets ItemName for sorting model.
Declaration
public string ItemName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowNo
Gets or sets RowNo for sorting model.
Declaration
public int RowNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Sorting
Gets or sets Sorting for sorting model.
Declaration
public string Sorting { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TablixName
Gets or sets TablixName for sorting model.
Declaration
public string TablixName { get; set; }
Property Value
Type | Description |
---|---|
System.String |