Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the soft page on which the bookmark appears.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Page As Integer
Get
'Usage
Dim instance As Bookmark
Dim value As Integer
value = instance.Page
public int Page { get; }
public:
property int Page {
int get ();
}
member Page : int
function get Page () : int
Property Value
Type: System.Int32
An integer value containing the soft page on which the bookmark appears.