Propriété NumericIndicatorRanges
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
The indicator range.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property NumericIndicatorRanges As IList(Of NumericIndicatorRange)
Get
Set
'Utilisation
Dim instance As NumericIndicator
Dim value As IList(Of NumericIndicatorRange)
value = instance.NumericIndicatorRanges
instance.NumericIndicatorRanges = value
public IList<NumericIndicatorRange> NumericIndicatorRanges { get; set; }
public:
property IList<NumericIndicatorRange^>^ NumericIndicatorRanges {
IList<NumericIndicatorRange^>^ get ();
void set (IList<NumericIndicatorRange^>^ value);
}
member NumericIndicatorRanges : IList<NumericIndicatorRange> with get, set
function get NumericIndicatorRanges () : IList<NumericIndicatorRange>
function set NumericIndicatorRanges (value : IList<NumericIndicatorRange>)
Valeur de propriété
Type : System.Collections.Generic. . :: . .IList< (Of < ( <'NumericIndicatorRange> ) > ) >
An IList<(Of <(<'T>)>)> object.
Voir aussi