Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the number of pages in the report.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property NumberOfPages As Integer
Get
'Usage
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
Property Value
Type: System.Int32
An integer value containing the number of pages in the report.