ClassBookmarkAddress
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class BookmarkAddress
Inheritance: objectBookmarkAddress
Constructors
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
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