Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the images in this gauge panel.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property GaugeImages As IList(Of GaugeImage)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.Generic.IList<GaugeImage>
An IList<T> object.