Contains a collection of ReportParameter objects.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class ReportParameterCollection : IEnumerable, 
	ICollection
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class ReportParameterCollection _
	Implements IEnumerable, ICollection

Remarks

This collection is made available as a parameter in the InitializeParametersDialog event, and allows handlers to inspect and modify report parameter values while handling the event.

Inheritance Hierarchy

System..::..Object
  C1.C1Report..::..ReportParameterCollection

See Also