次の方法で共有


ChartDataPoint.ItemInLegend プロパティ

このデータ ポイントの凡例プロパティを取得します。

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

構文

'宣言
Public MustOverride ReadOnly Property ItemInLegend As ChartItemInLegend 
    Get
'使用
Dim instance As ChartDataPoint 
Dim value As ChartItemInLegend 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ChartItemInLegend
このデータ ポイントの凡例プロパティを表す ChartItemInLegend オブジェクト。

関連項目

参照

ChartDataPoint クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間