[]
Sorts a parameter collection according to their dependencies on each other. The initial collection is not modified.
public static IOrderedDictionary Sort(this ReportParameterCollection initialParameters)
| Type | Name | Description |
|---|---|---|
| ReportParameterCollection | initialParameters | A ReportParameterCollection object to be sorted. |
| Type | Description |
|---|---|
| IOrderedDictionary | An ordered collection of the ReportParameter objects. |