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 image to use for the pointer.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property PointerImage As PointerImage
Get
Set
'Uso
Dim instance As GaugePointer
Dim value As PointerImage
value = instance.PointerImage
instance.PointerImage = value
public PointerImage PointerImage { get; set; }
public:
property PointerImage^ PointerImage {
PointerImage^ get ();
void set (PointerImage^ value);
}
member PointerImage : PointerImage with get, set
function get PointerImage () : PointerImage
function set PointerImage (value : PointerImage)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.PointerImage
The image to use for the pointer.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel