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.

请参阅

参考

ChartMember 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间