다음을 통해 공유


GaugePointers 속성

Pointers to display on the scale.

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

구문

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

value = instance.GaugePointers

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

속성 값

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