DataMember.IsTotal 属性

Indicates whether this instance of the group contains subtotal data values.

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property IsTotal As Boolean 
    Get
用法
Dim instance As DataMember 
Dim value As Boolean 

value = instance.IsTotal
public bool IsTotal { get; }
public:
property bool IsTotal {
    bool get ();
}
member IsTotal : bool
function get IsTotal () : boolean

属性值

类型:System.Boolean
A Boolean value.

请参阅

参考

DataMember 类

Microsoft.ReportingServices.ReportRendering 命名空间