共用方式為


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)