Compartir a través de


X Propiedad

Indicates the X value for the data point.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property X As ReportVariantProperty
    Get
'Uso
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