ReportParameter Constructor(String,Object)
Creates a new instance of ReportParameter.

C# Syntax

public ReportParameter( 
   string name,
   object value
)

Parameters

name
the name of the ReportParameter.
value
the value of the ReportParameter.