次の方法で共有


ChartMember.IsCategory プロパティ

これが (系列の階層ではなく) カテゴリの階層のメンバーであることを示す値を取得します。

名前空間:  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
これが (系列の階層ではなく) カテゴリの階層のメンバーであるかどうかを示す Boolean 値。

関連項目

参照

ChartMember クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間