次の方法で共有


ChartEmptyPoints.AxisLabel プロパティ

空のデータ ポイントの軸で使用するラベルに評価される式を取得します。

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

構文

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

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
ReportVariantProperty オブジェクト。

関連項目

参照

ChartEmptyPoints クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間