[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ApplyParametersCollection

ApplyParametersCollection Class

Represents a collection of parameters for the 'Apply Parameters' action.

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

Constructors

Name Description
ApplyParametersCollection()

Initializes a new instance of the ApplyParametersCollection class.

Extension Methods