[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection

ParameterValueCollection Class

A Collection of ParameterValue objects.

Inheritance
ParameterValueCollection
Namespace: GrapeCity.ActiveReports.Core.Rendering.ReportParameters
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class ParameterValueCollection : CollectionBase, IList, ICollection, IEnumerable

Constructors

Name Description
ParameterValueCollection()

Creates a new instance of the ParameterValueCollection.

ParameterValueCollection(bool)

Creates a new instance of the ParameterValueCollection.

Properties

Name Description
IsReadOnly

Gets if the collection is readonly.

this[int]

Gets the ParameterValue by specified index

Methods

Name Description
Add(ParameterValue)

Adds ParameterValue item to this collection.

AddRange(ParameterValue[])

Adds an array of ParameterValue items to this collection.

Clear()

Clear the collection.

Contains(ParameterValue)

Determines if a ParameterValue is in this collection.

CopyTo(ParameterValue[], int)

Copies this collection of ParameterValue items to the array.

Remove(ParameterValue)

Removes the ParameterValue from this collection.

Extension Methods