Compartilhar via


Propriedade do RDL Bookmark.Page

Returns the soft page on which the bookmark appears.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Page As Integer 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int32
An integer value containing the soft page on which the bookmark appears.

Consulte também

Referência

Bookmark Classe

Namespace Microsoft.ReportingServices.ReportRendering