ActiveReports Developer 7
ParameterName Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > IDataParameter Interface : ParameterName Property

Glossary Item Box

Sets or returns the name of the parameter.

Syntax

Visual Basic (Declaration) 
Property ParameterName As System.String
C# 
System.string ParameterName {get; set;}

See Also