GaugePanel.LinearGauges Property

Definition

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

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

Property Value

An IList<T> object.

Attributes

Applies to