ComponentOne Reports for WPF
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 String _
    ) As ReportParameter
    public ReportParameter Item( 
       string parameterName
    ) {get;}

    Parameters

    parameterName
    See Also