Condividi tramite


Proprietà Mean

Indicates the mean value for the data point.

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Mean As ReportVariantProperty
    Get
'Utilizzo
Dim instance As ChartDataPointValues
Dim value As ReportVariantProperty

value = instance.Mean
public ReportVariantProperty Mean { get; }
public:
property ReportVariantProperty^ Mean {
    ReportVariantProperty^ get ();
}
member Mean : ReportVariantProperty
function get Mean () : ReportVariantProperty