Class BookmarkAddress
Inheritance
System.Object
BookmarkAddress
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class BookmarkAddress
Constructors
BookmarkAddress()
Declaration
public BookmarkAddress()
Properties
HasPage
Declaration
public bool HasPage { get; set; }
Property Value
System.Boolean
|
HasRenderPage
Declaration
public bool HasRenderPage { get; set; }
Property Value
System.Boolean
|
Id
Declaration
public string Id { get; set; }
Property Value
System.String
|
Page
Declaration
public int Page { get; set; }
Property Value
System.Int32
|
RenderPage
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
Declaration
public int X { get; set; }
Property Value
System.Int32
|
Y
Declaration
public int Y { get; set; }
Property Value
System.Int32
|