Partager via


Propriété End

Indicates the end/close value for the data point.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property End As ReportExpression
    Get
    Set
'Utilisation
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)