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.