ActiveReports Developer 7
ReportParameter Constructor(String)
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > ReportParameter Class > ReportParameter Constructor : ReportParameter Constructor(String)

name
Parameter Name.

Glossary Item Box

Initializes a new instance without a value.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As System.String _
)
C# 
public ReportParameter( 
   System.string name
)

Parameters

name
Parameter Name.

See Also