Compartir a través de


TablixMember.IsTotal Propiedad

Gets a value that indicates whether this is an autogenerated subtotal member, to be rendered only if there exist no peer members.

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 TablixMember 
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. true if this is an autogenerated subtotal member, to be rendered only if there exist no peer members; otherwise, false.

Vea también

Referencia

TablixMember Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering