Właściwość ChartDataPointValues.X
Wskazuje wartość x dla punktu danych.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property X As ReportExpression
Get
Set
'Użycie
Dim instance As ChartDataPointValues
Dim value As ReportExpression
value = instance.X
instance.X = value
public ReportExpression X { get; set; }
public:
property ReportExpression X {
ReportExpression get ();
void set (ReportExpression value);
}
member X : ReportExpression with get, set
function get X () : ReportExpression
function set X (value : ReportExpression)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression obiektu.
Zobacz także