次の方法で共有


GaugePointer.PointerImage プロパティ

ポインターに使用する画像を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property PointerImage As PointerImage 
    Get 
    Set
'使用
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)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.PointerImage
ポインターに使用する画像。

関連項目

参照

GaugePointer クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間