Condividi tramite


Proprietà IsTotal

Gets a Boolean value that indicates whether the chart member is an auto-subtotal created by publishing. For charts, this is always false.

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property IsTotal As Boolean
    Get
'Utilizzo
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

Valore proprietà

Tipo: System. . :: . .Boolean
A Boolean value.