Udostępnij za pośrednictwem


Właściwość ChartDataPointValues.End

Wskazuje wartość koniec i Zamknij dla punktu danych.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property End As ReportExpression
    Get
    Set
'Użycie
Dim instance As ChartDataPointValues
Dim value As ReportExpression

value = instance.End

instance.End = value
public ReportExpression End { get; set; }
public:
property ReportExpression End {
    ReportExpression get ();
    void set (ReportExpression value);
}
member End : ReportExpression with get, set
function get End () : ReportExpression
function set End (value : ReportExpression)