次の方法で共有


ChartDataPointValues.Mean プロパティ

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

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

構文

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

value = instance.Mean

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

プロパティ値

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

関連項目

参照

ChartDataPointValues クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間