Interface IBookmarkNode
Internal use only
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public interface IBookmarkNode
Properties
BookmarkNodes
Internal use only
Declaration
IEnumerable<IBookmarkNode> BookmarkNodes { get; }
Property Value
System.Collections.Generic.IEnumerable<IBookmarkNode>
|
Id
Internal use only
Declaration
string Id { get; }
Property Value
System.String
|
Page
Internal use only
Declaration
int Page { get; }
Property Value
System.Int32
|
Text
Internal use only
Declaration
string Text { get; }
Property Value
System.String
|
X
Internal use only
Declaration
int X { get; }
Property Value
System.Int32
|
Y
Internal use only
Declaration
int Y { get; }
Property Value
System.Int32
|