PageCollection.TotalCount 属性

Gets or sets the total number of pages in a report.

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Property TotalCount As Integer 
    Get 
    Set
用法
Dim instance As PageCollection 
Dim value As Integer 

value = instance.TotalCount

instance.TotalCount = value
public int TotalCount { get; set; }
public:
property int TotalCount {
    int get ();
    void set (int value);
}
member TotalCount : int with get, set
function get TotalCount () : int 
function set TotalCount (value : int)

属性值

类型:System.Int32
An integer that indicates the total number of pages in a report.

请参阅

参考

PageCollection 类

Microsoft.ReportingServices.ReportRendering 命名空间