Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ReportParameters Class / FindByName Method
The name of the parameter to find.

In This Topic
    FindByName Method (ReportParameters)
    In This Topic
    Finds a parameter with the specified name.
    Syntax
    'Declaration
     
    Public Shadows Function FindByName( _
       ByVal name As String _
    ) As ReportParameter
    public new ReportParameter FindByName( 
       string name
    )

    Parameters

    name
    The name of the parameter to find.

    Return Value

    ReportParameter with the specified name.
    See Also