High 속성
Indicates the high value for the data point.
네임스페이스: 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)