[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ParameterCollection

ParameterCollection Class

Represents a strongly typed collection of Parameter objects.

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

Constructors

Name Description
ParameterCollection()

Initializes a new instance of the ParameterCollection class.

Extension Methods