Class DocumentMapNodeModel
Telerik internal use only.
Inheritance
System.Object
DocumentMapNodeModel
Namespace: Telerik.Reporting.Services.Engine
Assembly: Telerik.Reporting.dll
Syntax
public class DocumentMapNodeModel
Constructors
DocumentMapNodeModel(IBookmarkNode)
Properties
Id
Declaration
public string Id { get; }
Property Value
System.String
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
Items
Declaration
public List<DocumentMapNodeModel> Items { get; }
Property Value
System.Collections.Generic.List<DocumentMapNodeModel>
|
Label
Declaration
public string Label { get; }
Property Value
System.String
|
Page
Declaration
public int Page { get; }
Property Value
System.Int32
|
Text
Declaration
public string Text { get; }
Property Value
System.String
|
X
Declaration
public int X { get; }
Property Value
System.Int32
|
Y
Declaration
public int Y { get; }
Property Value
System.Int32
|