Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the mean value for the data point.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Mean As ReportExpression
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.