Share via


ReportParameterInfoCollection.Item Property (String)

 

Returns a named item from the ReportParameterInfoCollection.

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

Syntax

public ReportParameterInfo this[
    string name
] { get; }
public:
property ReportParameterInfo^ default[
    String^ name
] {
    ReportParameterInfo^ get(String^ name);
}
member Item : 
        name:string -> ReportParameterInfo with get
Public ReadOnly Property Item (
    name As String
) As ReportParameterInfo

Parameters

Property Value

Type: Microsoft.Reporting.WinForms.ReportParameterInfo

A ReportParameterInfo object from the collection.

See Also

Item Overload
ReportParameterInfoCollection Class
Microsoft.Reporting.WinForms Namespace

Return to top