GaugePanel.LinearGauges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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