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.
Gets or sets the total number of pages in a report.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Property TotalCount As Integer
Get
Set
'Uso
Dim instance As PageCollection
Dim value As Integer
value = instance.TotalCount
instance.TotalCount = value
public int TotalCount { get; set; }
public:
property int TotalCount {
int get ();
void set (int value);
}
member TotalCount : int with get, set
function get TotalCount () : int
function set TotalCount (value : int)
Valor de la propiedad
Tipo: System.Int32
An integer that indicates the total number of pages in a report.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering