Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.