Propriété IsTotal
Gets a value that indicates whether the member is an auto-subtotal created by publishing. For chart, this is always false.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property IsTotal As Boolean
Get
'Utilisation
Dim instance As ChartMember
Dim value As Boolean
value = instance.IsTotal
public abstract bool IsTotal { get; }
public:
virtual property bool IsTotal {
bool get () abstract;
}
abstract IsTotal : bool
abstract function get IsTotal () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value.
Voir aussi