[]
Represents a collection of ReportParameter objects.
public class ReportParameterCollection : ParameterCollection, IList<Parameter>, ICollection<Parameter>, IList, ICollection, IReadOnlyList<Parameter>, IReadOnlyCollection<Parameter>, IEnumerable<Parameter>, IEnumerable
| Name | Description |
|---|---|
| ReportParameterCollection() |
| 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. |
| Name | Description |
|---|---|
| ClearItems() | |
| InsertItem(int, Parameter) | |
| RemoveItem(int) | |
| SetItem(int, Parameter) |