다음을 통해 공유


TotalCount 속성

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

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.