共用方式為


GaugeScale.GaugePointers 屬性

Gets or sets the 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<GaugePointer>
An IList<T> object.

請參閱

參考

GaugeScale 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間