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