Class BookmarkAddress
Internal use only
Inheritance
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class BookmarkAddress
Constructors
BookmarkAddress()
Internal use only
Declaration
public BookmarkAddress()
Properties
HasPage
Internal use only
Declaration
public bool HasPage { get; set; }
Property Value
|
System.Boolean
|
HasRenderPage
Internal use only
Declaration
public bool HasRenderPage { get; set; }
Property Value
|
System.Boolean
|
Id
Internal use only
Declaration
public string Id { get; set; }
Property Value
|
System.String
|
Page
Internal use only
Declaration
public int Page { get; set; }
Property Value
|
System.Int32
|
RenderPage
Internal use only
Declaration
public int RenderPage { get; set; }
Property Value
|
System.Int32
|
Visible
True if the bookmark's origin is Visible after its origin (if such) has been measured.
Declaration
public bool Visible { get; set; }
Property Value
|
System.Boolean
|
X
Internal use only
Declaration
public int X { get; set; }
Property Value
|
System.Int32
|
Y
Internal use only
Declaration
public int Y { get; set; }
Property Value
|
System.Int32
|