共用方式為


GaugePanel.GaugeImages 屬性

Gets or sets the images in this gauge panel.

命名空間:  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>
An IList<T> object.

請參閱

參考

GaugePanel 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間