次の方法で共有


ChartDataPoint.AxisLabel プロパティ

データ ポイントの軸で使用するラベルを取得します。

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

構文

'宣言
Public MustOverride ReadOnly Property AxisLabel As ReportVariantProperty 
    Get
'使用
Dim instance As ChartDataPoint 
Dim value As ReportVariantProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
データ ポイントの軸で使用するラベルを表す ReportVariantProperty オブジェクト。

関連項目

参照

ChartDataPoint クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間