共用方式為


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.