共用方式為


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< (Of < ( <'GaugeImage> ) > ) >
An IList<(Of <(<'T>)>)> object.