다음을 통해 공유


IsTotal 속성

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

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

구문

‘선언
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.