ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / ReportParameterCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Gets a report parameter by name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal parameterName As System.String _
    ) As ReportParameter
    public ReportParameter Item( 
       System.string parameterName
    ) {get;}

    Parameters

    parameterName
    See Also