共用方式為


Mean 屬性

Indicates the mean value for the data point.

命名空間:  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)