Partager via


Propriété DataMember.IsTotal

Indicates whether this instance of the group contains subtotal data values.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsTotal As Boolean 
    Get
'Utilisation
Dim instance As DataMember 
Dim value As Boolean 

value = instance.IsTotal
public bool IsTotal { get; }
public:
property bool IsTotal {
    bool get ();
}
member IsTotal : bool
function get IsTotal () : boolean

Valeur de propriété

Type : System.Boolean
A Boolean value.

Voir aussi

Référence

DataMember Classe

Espace de noms Microsoft.ReportingServices.ReportRendering