Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.