다음을 통해 공유


IsTotal 속성

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public MustOverride ReadOnly Property IsTotal As Boolean
    Get
‘사용 방법
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

속성 값

형식: System. . :: . .Boolean
A Boolean value.