Udostępnij przez


Właściwość PageCollection.TotalCount

Pobiera lub ustawia łączną liczbę stron raportu.

Przestrzeń nazw:  Microsoft.ReportingServices.ReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Property TotalCount As Integer
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Int32
Całkowitą oznacza łączną liczbę stron raportu.