ChartDataPointValues.Start 属性

Indicates the start/open value for the data point.

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

语法

声明
Public Property Start As ReportExpression
    Get
    Set
用法
Dim instance As ChartDataPointValues
Dim value As ReportExpression

value = instance.Start

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