Class BookmarkNode
Telerik internal use only.
Inheritance
Namespace: Telerik.Reporting.Services.Engine
Assembly: Telerik.Reporting.dll
Syntax
public class BookmarkNode : IBookmarkNode
Constructors
BookmarkNode()
Telerik internal use only.
Declaration
public BookmarkNode()
Properties
Id
Telerik internal use only.
Declaration
public string Id { get; set; }
Property Value
System.String
|
Implements
Items
Telerik internal use only.
Declaration
public List<BookmarkNode> Items { get; set; }
Property Value
System.Collections.Generic.List<BookmarkNode>
|
Page
Telerik internal use only.
Declaration
public int Page { get; set; }
Property Value
System.Int32
|
Implements
Text
Telerik internal use only.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Implements
X
Telerik internal use only.
Declaration
public int X { get; set; }
Property Value
System.Int32
|
Implements
Y
Telerik internal use only.
Declaration
public int Y { get; set; }
Property Value
System.Int32
|
Implements
Methods
ToString()
Telerik internal use only.
Declaration
public override string ToString()
Returns
System.String
|
Overrides
Explicit Interface Implementations
IBookmarkNode.BookmarkNodes
Telerik internal use only.
Declaration
IEnumerable<IBookmarkNode> IBookmarkNode.BookmarkNodes { get; }
Returns
System.Collections.Generic.IEnumerable<IBookmarkNode>
|