Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the total number of pages in a report.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property TotalCount As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
An integer that indicates the total number of pages in a report.