Gets a value that indicates whether this is an autogenerated subtotal member, to be rendered only if there exist no peer members.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public MustOverride ReadOnly Property IsTotal As Boolean
Get
‘사용 방법
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
속성 값
유형: 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.