Propriedade Mean
Indicates the mean value for the data point.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Mean As ReportVariantProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportVariantProperty
A ReportVariantProperty object.
Consulte também