Share via


ReportParameterInfoCollection.Item Property (String)

Returns a named item from the ReportParameterInfoCollection.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As ReportParameterInfo
'Usage
Dim instance As ReportParameterInfoCollection
Dim name As String
Dim value As ReportParameterInfo

value = instance(name)
public ReportParameterInfo this [
    string name
] { get; }
public:
property ReportParameterInfo^ default [String^] {
    ReportParameterInfo^ get (String^ name);
}
/** @property */
public ReportParameterInfo get_Item (String name)

Parameters

  • name
    The name of the item to retrieve.

Property Value

A ReportParameterInfo object from the collection.

See Also

Reference

ReportParameterInfoCollection Class
ReportParameterInfoCollection Members
Microsoft.Reporting.WebForms Namespace