Proprietà GaugePanel.NumericIndicators

Gets or sets the numeric indicators of this gauge panel.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property NumericIndicators As IList(Of NumericIndicator)
    Get 
    Set
'Utilizzo
Dim instance As GaugePanel 
Dim value As IList(Of NumericIndicator)

value = instance.NumericIndicators

instance.NumericIndicators = value
public IList<NumericIndicator> NumericIndicators { get; set; }
public:
property IList<NumericIndicator^>^ NumericIndicators {
    IList<NumericIndicator^>^ get ();
    void set (IList<NumericIndicator^>^ value);
}
member NumericIndicators : IList<NumericIndicator> with get, set
function get NumericIndicators () : IList<NumericIndicator>
function set NumericIndicators (value : IList<NumericIndicator>)

Valore proprietà

Tipo: System.Collections.Generic.IList<NumericIndicator>
An IList<T> object.

Vedere anche

Riferimento

GaugePanel Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel