Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the image to use for the pointer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property PointerImage As PointerImage
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.PointerImage
The image to use for the pointer.