Share via


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 네임스페이스