Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the total number of pages in a report.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Property TotalCount As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int32
An integer that indicates the total number of pages in a report.