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