Compartir a través de


ChartMember.IsTotal Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property IsTotal As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
A Boolean value that indicates whether the member is an auto-subtotal created by publishing.

Vea también

Referencia

ChartMember Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering