Udostępnij za pośrednictwem


Właściwość ChartDataPointValues.High

Wskazuje dużą wartość dla punktu danych.

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

Składnia

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