Свойство ChartMember.IsCategory
Gets a value that indicates whether this is a member of the category (as opposed to series) hierarchy.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property IsCategory As Boolean
Get
'Применение
Dim instance As ChartMember
Dim value As Boolean
value = instance.IsCategory
public abstract bool IsCategory { get; }
public:
virtual property bool IsCategory {
bool get () abstract;
}
abstract IsCategory : bool
abstract function get IsCategory () : boolean
Значение свойства
Тип: System.Boolean
A Boolean value that indicates whether this is a member of the category (as opposed to series) hierarchy.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering