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