MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ParameterCollectionExtensions Class / Sort Method
A GrapeCity.ActiveReports.PageReportModel.ReportParameterCollection object to be sorted.

In This Topic
Sort Method (ParameterCollectionExtensions)
In This Topic
Sorts a parameter collection according to their dependencies on each other. The initial collection is not modified.
Syntax
'Declaration
 
Public Shared Function Sort( _
   ByVal initialParameters As ReportParameterCollection _
) As IOrderedDictionary
 

Parameters

initialParameters
A GrapeCity.ActiveReports.PageReportModel.ReportParameterCollection object to be sorted.

Return Value

An ordered collection of the GrapeCity.ActiveReports.PageReportModel.ReportParameter objects.
Remarks
This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
See Also