Właściwość ChartDataPointValues.Median
Pobiera wyrażenie do mediana wartość dla punktu danych.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Median As ReportVariantProperty
Get
'Użycie
Dim instance As ChartDataPointValues
Dim value As ReportVariantProperty
value = instance.Median
public ReportVariantProperty Median { get; }
public:
property ReportVariantProperty^ Median {
ReportVariantProperty^ get ();
}
member Median : ReportVariantProperty
function get Median () : ReportVariantProperty
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty obiektu.
Zobacz także