Свойство ChartMember.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 that indicates whether the member is an auto-subtotal created by publishing.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering