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

In This Topic
    ReportParameter Constructor(String,Object)
    In This Topic
    Initializes a new instance of the ReportParameter class 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
    The name of the report parameter.
    value
    The value of the report parameter.
    See Also