次の方法で共有


ChartEmptyPoints.AxisLabel プロパティ

空のデータ ポイントの軸で使用するラベル。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property AxisLabel As ReportExpression 
    Get 
    Set
'使用
Dim instance As ChartEmptyPoints 
Dim value As ReportExpression 

value = instance.AxisLabel

instance.AxisLabel = value
public ReportExpression AxisLabel { get; set; }
public:
property ReportExpression AxisLabel {
    ReportExpression get ();
    void set (ReportExpression value);
}
member AxisLabel : ReportExpression with get, set
function get AxisLabel () : ReportExpression 
function set AxisLabel (value : ReportExpression)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
ReportExpression オブジェクト。

関連項目

参照

ChartEmptyPoints クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間