共用方式為


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 命名空間