PageCollection.TotalCount Property

Definition

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

public:
 property int TotalCount { int get(); void set(int value); };
public int TotalCount { get; set; }
member this.TotalCount : int with get, set
Public Property TotalCount As Integer

Property Value

An integer that indicates the total number of pages in a report.

Applies to