ActiveReports 12
ReportParameterCollection Class
Members 

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ReportParameterCollection Class
Provides a strongly typed collection for ReportParameter objects.
Object Model
ReportParameterCollection Class
Syntax
'Declaration
 
Public NotInheritable Class ReportParameterCollection 
   Inherits System.Collections.ObjectModel.Collection(Of ReportParameter)
public sealed class ReportParameterCollection : System.Collections.ObjectModel.Collection<ReportParameter> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      GrapeCity.ActiveReports.PageReportModel.ReportParameterCollection

See Also

Reference

ReportParameterCollection Members
GrapeCity.ActiveReports.PageReportModel Namespace