次の方法で共有


GaugePanel.GaugeImages プロパティ

このゲージ パネルの画像を取得または設定します。

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

構文

'宣言
Public Property GaugeImages As IList(Of GaugeImage)
    Get 
    Set
'使用
Dim instance As GaugePanel 
Dim value As IList(Of GaugeImage)

value = instance.GaugeImages

instance.GaugeImages = value
public IList<GaugeImage> GaugeImages { get; set; }
public:
property IList<GaugeImage^>^ GaugeImages {
    IList<GaugeImage^>^ get ();
    void set (IList<GaugeImage^>^ value);
}
member GaugeImages : IList<GaugeImage> with get, set
function get GaugeImages () : IList<GaugeImage>
function set GaugeImages (value : IList<GaugeImage>)

プロパティ値

型: System.Collections.Generic.IList<GaugeImage>
IList<T> オブジェクト。

関連項目

参照

GaugePanel クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間