GaugePanel.GaugeImages 属性

Gets 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.