Construtor ReportParameter (String)
Instantiates a new ReportParameter with a name.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
Public Sub New ( _
name As String _
)
public ReportParameter(
string name
)
public:
ReportParameter(
String^ name
)
new :
name:string -> ReportParameter
public function ReportParameter(
name : String
)
Parâmetros
- name
Tipo: String
The name of the parameter.