Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Returns the soft page on which the bookmark appears.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Int32
An integer value containing the soft page on which the bookmark appears.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering