ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / ReportParameter Class / ReportParameter Constructor / ReportParameter Constructor(String)

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

    Parameters

    name
    See Also