Udostępnij przez


Właściwość ChartDataPointValues.Start

Wskazuje wartość start i Otwórz dla punktu danych.

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

Składnia

'Deklaracja
Public Property Start As ReportExpression
    Get
    Set
'Użycie
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)