Propriedade do RDL NumericIndicatorCollection.Item (String)
Gets the item that has the specified name.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As NumericIndicator
Get
'Uso
Dim instance As NumericIndicatorCollection
Dim name As String
Dim value As NumericIndicator
value = instance(name)
public NumericIndicator this[
string name
] { get; }
public:
property NumericIndicator^ default[String^ name] {
NumericIndicator^ get (String^ name);
}
member Item : NumericIndicator
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
The name of the item in the collection.
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicator
A NumericIndicator object that has the specified name.
Consulte também
Referência
NumericIndicatorCollection Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering