ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / Parameter Class / Parameter Constructor

In This Topic
    Parameter Constructor
    In This Topic
    Creates a Parameter using the Rdl report parameter and the datamap.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal report As Report, _
       ByVal rParameter As ReportParameter, _
       ByVal parameterInfo As IParameterInfo _
    )
    public Parameter( 
       Report report,
       ReportParameter rParameter,
       IParameterInfo parameterInfo
    )

    Parameters

    report
    rParameter
    parameterInfo
    See Also