TablixMember.IsTotal 属性

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.

请参阅

参考

TablixMember 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间