[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportParameterCollection

ReportParameterCollection Class

Represents a strongly typed collection of ReportParameter objects.

Inheritance
ReportParameterCollection
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ReportParameterCollection : Collection<ReportParameter>, IList<ReportParameter>, ICollection<ReportParameter>, IList, ICollection, IReadOnlyList<ReportParameter>, IReadOnlyCollection<ReportParameter>, IEnumerable<ReportParameter>, IEnumerable, ICloneable

Constructors

Name Description
ReportParameterCollection()

Extension Methods