StateIndicator.MaximumValue 属性

此 API 支持 基础结构,但不能通过代码直接使用。

Gets the maximum allowable input value when TransformationType is set to Percentage.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property MaximumValue As GaugeInputValue
    Get
    Set
用法
Dim instance As StateIndicator
Dim value As GaugeInputValue

value = instance.MaximumValue

instance.MaximumValue = value
public GaugeInputValue MaximumValue { get; set; }
public:
property GaugeInputValue^ MaximumValue {
    GaugeInputValue^ get ();
    void set (GaugeInputValue^ value);
}
member MaximumValue : GaugeInputValue with get, set
function get MaximumValue () : GaugeInputValue
function set MaximumValue (value : GaugeInputValue)