[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ParameterCollectionExtensions.Sort

Sort Method

Sort(ReportParameterCollection)

Sorts a parameter collection according to their dependencies on each other. The initial collection is not modified.

Declaration
public static IOrderedDictionary Sort(this ReportParameterCollection initialParameters)
Parameters
Type Name Description
ReportParameterCollection initialParameters

A ReportParameterCollection object to be sorted.

Returns
Type Description
IOrderedDictionary

An ordered collection of the ReportParameter objects.