High プロパティ

データ ポイントの高値を示します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property High As ReportExpression
    Get
    Set
'使用
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)