Propriedade do RDL NumericIndicatorRanges
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
The indicator range.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property NumericIndicatorRanges As IList(Of NumericIndicatorRange)
Get
Set
'Uso
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>)
Valor da propriedade
Tipo: System.Collections.Generic. . :: . .IList< (Of < ( <'NumericIndicatorRange> ) > ) >
An IList<(Of <(<'T>)>)> object.
Consulte também