Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the high value for the data point.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Low As ReportExpression
Get
Set
'Usage
Dim instance As ChartDataPointValues
Dim value As ReportExpression
value = instance.Low
instance.Low = value
public ReportExpression Low { get; set; }
public:
property ReportExpression Low {
ReportExpression get ();
void set (ReportExpression value);
}
member Low : ReportExpression with get, set
function get Low () : ReportExpression
function set Low (value : ReportExpression)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.