GaugePanel.RadialGauges Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un elenco di misuratori radiali per il pannello del misuratore.
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)
Valore della proprietà
Oggetto IList<T>.
- Attributi