Class DrillDownClientModel
Class for DrillDownClientModel.
Inheritance
System.Object
DrillDownClientModel
Namespace: BoldReports.Serialization.JsonModels
Assembly: BoldReports.UWP.dll
Syntax
public class DrillDownClientModel : Object
Constructors
DrillDownClientModel()
Declaration
public DrillDownClientModel()
Properties
ColNo
Gets or sets ColNo for drill down client model.
Declaration
public int ColNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsTablixModel
Gets or sets boolean value of IsTablixModel for drill down client model.
Declaration
public bool IsTablixModel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PageIndex
Gets or sets PageIndex for drill down client model.
Declaration
public int PageIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ParentName
Gets or sets ParentName for drill down client model.
Declaration
public string ParentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowNo
Gets or sets RowNo for drill down client model.
Declaration
public int RowNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ToggleName
Gets or sets ToggleName for drill down client model.
Declaration
public string ToggleName { get; set; }
Property Value
Type | Description |
---|---|
System.String |