Partager via


Propriété High

Indicates the high 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 High As ReportExpression
    Get
    Set
'Utilisation
Dim instance As ChartDataPointValues
Dim value As ReportExpression

value = instance.High

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