次の方法で共有


ChartDataPointValues.X プロパティ

データ ポイントの X 値を示します。

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

構文

'宣言
Public Property X As ReportExpression 
    Get 
    Set
'使用
Dim instance As ChartDataPointValues 
Dim value As ReportExpression 

value = instance.X

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

プロパティ値

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

関連項目

参照

ChartDataPointValues クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間