Low 屬性
Indicates the high value for the data point.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property Low As ReportExpression
Get
Set
'用途
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)