Partilhar via


Propriedade NumberOfPages

Gets the number of pages in the report.

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

Sintaxe

'Declaração
Public ReadOnly Property NumberOfPages As Integer
    Get
'Uso
Dim instance As Report
Dim value As Integer

value = instance.NumberOfPages
public int NumberOfPages { get; }
public:
property int NumberOfPages {
    int get ();
}
member NumberOfPages : int
function get NumberOfPages () : int

Valor da propriedade

Tipo: System. . :: . .Int32
An integer value that contains the number of pages in the report.