共用方式為


Report.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 containing the number of pages in the report.

請參閱

參考

Report 類別

Microsoft.ReportingServices.ReportRendering 命名空間