[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterCollection

ParameterCollection Class

A Collection of Parameter objects.

Inheritance
ParameterCollection
Namespace: GrapeCity.ActiveReports.Core.Rendering.ReportParameters
Assembly: MESCIUS.ActiveReports.Core.Rendering.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.

Properties

Name Description
IsReadOnly

Gets if the collection is readonly.

this[string]

Gets the Parameter with the given name.

Methods

Name Description
ClearItems()
Contains(string)

Returns true if a parameter is in the collection with the specified name.

InsertItem(int, Parameter)
RemoveItem(int)
SetItem(int, Parameter)

Extension Methods