다음을 통해 공유


GaugeScales 속성

Scales to display on the gauge.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property GaugeScales As IList(Of GaugeScale)
    Get
    Set
‘사용 방법
Dim instance As Gauge
Dim value As IList(Of GaugeScale)

value = instance.GaugeScales

instance.GaugeScales = value
public IList<GaugeScale> GaugeScales { get; set; }
public:
property IList<GaugeScale^>^ GaugeScales {
    IList<GaugeScale^>^ get ();
    void set (IList<GaugeScale^>^ value);
}
member GaugeScales : IList<GaugeScale> with get, set
function get GaugeScales () : IList<GaugeScale>
function set GaugeScales (value : IList<GaugeScale>)

속성 값

유형: System.Collections.Generic. . :: . .IList< (Of < ( <'GaugeScale> ) > ) >
An IList<(Of <(<'T>)>)> object.