Partager via


Propriété ChartDataPointValues.Start

Indicates the start/open 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 Start As ReportExpression 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

Voir aussi

Référence

ChartDataPointValues Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel