Partilhar via


Propriedade do RDL ReportParameterCollection.Item

Incluir membros protegidos
Incluir membros herdados

Gets a report parameter from the collection.

Esse membro está sobrecarregado. Para obter informações mais completas sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecarga.

Lista de sobrecargas

  Nome Descrição
Propriedade pública Item[Int32] Gets the parameter located in the collection at the position indicated by the index. In C#, this property is the indexer for the ReportParameterCollection class.
Propriedade pública Item[String] Gets the report parameter from the collection. The parameter retrieved is the parameter from the collection that matches the name specified in the name parameter. In C#, this property is the indexer for the ReportParameterCollection class.

Início

Consulte também

Referência

ReportParameterCollection Classe

Namespace Microsoft.ReportingServices.ReportRendering