ReportParameterCollection.Item[] Propiedad

Definición

Obtiene un elemento de la colección.

Sobrecargas

Item[Int32]

Obtiene el elemento en el índice especificado.

Item[String]

Obtiene el objeto ReportParameter que tiene el nombre especificado.

Item[Int32]

Obtiene el elemento en el índice especificado.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportParameter ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::ReportParameter ^ get(int index); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter
Default Public Overrides ReadOnly Property Item(index As Integer) As ReportParameter

Parámetros

index
Int32

Índice del elemento.

Valor de propiedad

Un objeto ReportParameter que se encuentra en el índice especificado.

Se aplica a

Item[String]

Obtiene el objeto ReportParameter que tiene el nombre especificado.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportParameter ^ default[System::String ^] { Microsoft::ReportingServices::OnDemandReportRendering::ReportParameter ^ get(System::String ^ name); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter
Default Public ReadOnly Property Item(name As String) As ReportParameter

Parámetros

name
String

Nombre del elemento.

Valor de propiedad

Objeto ReportParameter con el nombre especificado.

Se aplica a