Proprietà ChartDataPointValues.High
Indicates the high value for the data point.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property High As ReportExpression
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.