Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the numeric indicators of this gauge panel.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property NumericIndicators As IList(Of NumericIndicator)
Get
Set
'Utilisation
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>)
Valeur de propriété
Type : System.Collections.Generic.IList<NumericIndicator>
An IList<T> object.