Właściwość Report.NumberOfPages
Pobiera numer strony w raporcie.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property NumberOfPages As Integer
Get
'Użycie
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
Wartość właściwości
Typ: System.Int32
Całkowitą wartość zawierająca numer strony w raporcie.