Freigeben über


TablixMember.IsTotal-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

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

Eigenschaftswert

Typ: 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.

Siehe auch

Verweis

TablixMember Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace