次の方法で共有


ChartDataPointInstance.AxisLabel プロパティ

ChartDataPoint クラスの AxisLabel プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property AxisLabel As Object 
    Get
'使用
Dim instance As ChartDataPointInstance 
Dim value As Object 

value = instance.AxisLabel
public Object AxisLabel { get; }
public:
property Object^ AxisLabel {
    Object^ get ();
}
member AxisLabel : Object
function get AxisLabel () : Object

プロパティ値

型: System.Object
AxisLabel プロパティの計算値を表す object。

関連項目

参照

ChartDataPointInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間