次の方法で共有


ChartMember.Label プロパティ

凡例 (ChartSeries.Type = Shape の場合の系列メンバーとカテゴリ メンバーの場合) またはカテゴリ軸 (カテゴリ メンバーの場合) に表示されるラベルを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public MustOverride ReadOnly Property Label As ReportStringProperty 
    Get
'使用
Dim instance As ChartMember 
Dim value As ReportStringProperty 

value = instance.Label
public abstract ReportStringProperty Label { get; }
public:
virtual property ReportStringProperty^ Label {
    ReportStringProperty^ get () abstract;
}
abstract Label : ReportStringProperty
abstract function get Label () : ReportStringProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
凡例またはカテゴリ軸に表示されるラベルを表す ReportStringProperty オブジェクト。

関連項目

参照

ChartMember クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間