Class BookmarkNode
Inheritance
System.Object
BookmarkNode
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class BookmarkNode : IBookmarkNode
Constructors
BookmarkNode()
Declaration
public BookmarkNode()
Properties
Address
BookmarkNodes
Declaration
public IEnumerable<IBookmarkNode> BookmarkNodes { get; set; }
Property Value
System.
|
Implements
Children
Declaration
public List<BookmarkNode> Children { get; set; }
Property Value
System.
|
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
Implements
TocText
Declaration
public string TocText { get; set; }
Property Value
System.
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|
Overrides
System.Object.ToString()