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