Partilhar via


Propriedade ReportParameterInfoCollection.Item (String)

Returns a named item from the ReportParameterInfoCollection.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    name As String _
) As ReportParameterInfo
public ReportParameterInfo this[
    string name
] { get; }
public:
property ReportParameterInfo^ default[String^ name] {
    ReportParameterInfo^ get (String^ name);
}
member Item : 
        name:string -> ReportParameterInfo with get
JScript não oferece suporte a propriedades indexadas.

Parâmetros

  • name
    Tipo: String
    The name of the item to retrieve.

Valor de propriedade

Tipo: Microsoft.Reporting.WinForms.ReportParameterInfo
A ReportParameterInfo object from the collection.

Consulte também

Referência

ReportParameterInfoCollection Classe

Sobrecargas Item

Namespace Microsoft.Reporting.WinForms