Class
BookmarkAddress

Internal use only

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class BookmarkAddress

Inheritance: objectBookmarkAddress

Constructors

BookmarkAddress()

Internal use only

Declaration

cs-api-definition
public BookmarkAddress()

Properties

HasPage

Internal use only

Declaration

cs-api-definition
public bool HasPage { get; set; }

Property Value

bool

HasRenderPage

Internal use only

Declaration

cs-api-definition
public bool HasRenderPage { get; set; }

Property Value

bool

Id

Internal use only

Declaration

cs-api-definition
public string Id { get; set; }

Property Value

string

Page

Internal use only

Declaration

cs-api-definition
public int Page { get; set; }

Property Value

int

RenderPage

Internal use only

Declaration

cs-api-definition
public int RenderPage { get; set; }

Property Value

int

Visible

True if the bookmark's origin is Visible after its origin (if such) has been measured.

Declaration

cs-api-definition
public bool Visible { get; set; }

Property Value

bool

X

Internal use only

Declaration

cs-api-definition
public int X { get; set; }

Property Value

int

Y

Internal use only

Declaration

cs-api-definition
public int Y { get; set; }

Property Value

int