ReportParameterCollection.Item Propiedad (Int32)
Gets the item at the specified index.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Overrides ReadOnly Default Property Item ( _
index As Integer _
) As ReportParameter
Get
'Uso
Dim instance As ReportParameterCollection
Dim index As Integer
Dim value As ReportParameter
value = instance(index)
public override ReportParameter this[
int index
] { get; }
public:
virtual property ReportParameter^ default[int index] {
ReportParameter^ get (int index) override;
}
abstract Item : ReportParameter
override Item : ReportParameter
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- index
Tipo: System.Int32
The index of the item.
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter
A ReportParameter object at the specified index.
Vea también
Referencia
ReportParameterCollection Clase
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering