ChartDataPointValues.End 属性

Indicates the end/close value for the data point.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property End As ReportExpression
    Get
    Set
用法
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)