[]
        
(Showing Draft Content)

C1.WPF.Report.ReportParameterCollection

ReportParameterCollection Class

Represents a collection of ReportParameter objects.

Inheritance
OwnedCollectionBase<Parameter>
OwnedCollection<Parameter>
NamedCollection<Parameter>
ReportParameterCollection
Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.dll
Syntax
public class ReportParameterCollection : ParameterCollection, IList<Parameter>, ICollection<Parameter>, IList, ICollection, IReadOnlyList<Parameter>, IReadOnlyCollection<Parameter>, IEnumerable<Parameter>, IEnumerable

Constructors

Name Description
ReportParameterCollection()

Properties

Name Description
this[int]

Gets or sets the specified ReportParameter item from the ReportParameterCollection by numeric index.

this[string]

Gets the specified ReportParameter item from the ReportParameterCollection by name.

Report

Gets the owner FlexReport object of ReportParameterCollection.

Methods

Name Description
ClearItems()
InsertItem(int, Parameter)
RemoveItem(int)
SetItem(int, Parameter)