Share via


ChartMember.IsTotal Property

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

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 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

Property Value

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

See Also

Reference

ChartMember Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace