ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / ReportParameter Class / ReportParameter Constructor / ReportParameter Constructor(String)
The name of the report parameter.

In This Topic
    ReportParameter Constructor(String)
    In This Topic
    Initializes a new instance of the ReportParameter class without any values.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    public ReportParameter( 
       string name
    )

    Parameters

    name
    The name of the report parameter.
    See Also