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.
|
Id
Internal use only
Declaration
string Id { get; }
Property Value
System.
|
Page
Internal use only
Declaration
int Page { get; }
Property Value
System.
|
Text
Internal use only
Declaration
string Text { get; }
Property Value
System.
|
X
Internal use only
Declaration
int X { get; }
Property Value
System.
|
Y
Internal use only
Declaration
int Y { get; }
Property Value
System.
|