GaugeScale.MinimumValue 属性

Minimum value for the scale.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property MinimumValue As GaugeInputValue
    Get
用法
Dim instance As GaugeScale
Dim value As GaugeInputValue

value = instance.MinimumValue
public GaugeInputValue MinimumValue { get; }
public:
property GaugeInputValue^ MinimumValue {
    GaugeInputValue^ get ();
}
member MinimumValue : GaugeInputValue
function get MinimumValue () : GaugeInputValue