Свойство NumberOfPages
Gets the number of pages in the report.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property NumberOfPages As Integer
Get
'Применение
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
Значение свойства
Тип System. . :: . .Int32
An integer value that contains the number of pages in the report.
См. также