Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the pointers to display on the scale.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property GaugePointers As IList(Of GaugePointer)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.Generic.IList<GaugePointer>
An IList<T> object.