Proprietà ChartDataPointValues.Low

Indicates the high value for the data point.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property Low As ReportExpression 
    Get 
    Set
'Utilizzo
Dim instance As ChartDataPointValues 
Dim value As ReportExpression 

value = instance.Low

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

Valore proprietà

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

Vedere anche

Riferimento

ChartDataPointValues Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel