Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the pointers to display on the scale.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property GaugePointers As IList(Of GaugePointer)
Get
Set
'Uso
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>)
Valor de la propiedad
Tipo: System.Collections.Generic.IList<GaugePointer>
An IList<T> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel