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

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

    Parameters

    name
    value
    See Also