Свойство ChartDataPointValues.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)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel