共用方式為


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