Lenguaje

ReportParameterCollection.Item[] Propiedad

Definición

Recibe un objeto en la colección.

Sobrecargas

Nombre Description
Item[Int32]

Obtiene el elemento en el índice especificado.

Item[String]

Obtiene el 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

Objeto ReportParameter en el índice especificado.

Se aplica a

Item[String]

Obtiene el 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 que tiene el nombre especificado.

Se aplica a