此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the minimum allowable input value when TransformationType is set to Percentage.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property MinimumValue As GaugeInputValue
Get
Set
用法
Dim instance As StateIndicator
Dim value As GaugeInputValue
value = instance.MinimumValue
instance.MinimumValue = value
public GaugeInputValue MinimumValue { get; set; }
public:
property GaugeInputValue^ MinimumValue {
GaugeInputValue^ get ();
void set (GaugeInputValue^ value);
}
member MinimumValue : GaugeInputValue with get, set
function get MinimumValue () : GaugeInputValue
function set MinimumValue (value : GaugeInputValue)
属性值
类型:Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue
A GaugeInputValue object.