[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes.Parameters

Parameters Class

Defines a proxy to the Report parameters collection.

Inheritance
Parameters
Namespace: GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class Parameters : ICollection<Parameter>, IEnumerable<Parameter>, IEnumerable

Constructors

Name Description
Parameters(ParameterCollection)

Initializes a new instance of the Parameters class.

Properties

Name Description
Count

Gets the count.

IsReadOnly

Gets a value indicating whether the collection is read-only.

this[object]

Returns the corresponding Parameter based on the key.

Methods

Name Description
Add(Parameter)

Adds the specified item.

Clear()

Clears this instance.

Contains(Parameter)

Determines whether collection contains the specified item.

CopyTo(Parameter[], int)

Copies the elements collection to given array starting at particular index.

Remove(Parameter)

Removes the specified item.

Extension Methods