GaugePanel.GaugeImages Property

Definition

Gets or sets the images in this gauge panel.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::GaugeImage ^> ^ GaugeImages { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::GaugeImage ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::GaugeImage ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.GaugeImage>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.GaugeImage> GaugeImages { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.GaugeImage>))>]
member this.GaugeImages : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.GaugeImage> with get, set
Public Property GaugeImages As IList(Of GaugeImage)

Property Value

An IList<T> object.

Attributes

Applies to