GaugePanel.RadialGauges Property

Definition

Gets or sets a list of radial gauges for the gauge panel.

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

Property Value

An IList<T> object.

Attributes

Applies to