ReportParameterCollection Class
Represents a collection of ReportParameter objects.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class ReportParameterCollection
Inherits Collection(Of ReportParameter)
'Usage
Dim instance As ReportParameterCollection
[DefaultMemberAttribute("Item")]
public sealed class ReportParameterCollection : Collection<ReportParameter>
[DefaultMemberAttribute(L"Item")]
public ref class ReportParameterCollection sealed : public Collection<ReportParameter^>
/** @attribute DefaultMemberAttribute("Item") */
public final class ReportParameterCollection extends Collection<ReportParameter>
DefaultMemberAttribute("Item")
public final class ReportParameterCollection extends Collection<ReportParameter>
Remarks
This class is referenced by the Parameters property in ReportParametersEventArgs.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection
Microsoft.Reporting.WebForms.ReportParameterCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ReportParameterCollection Members
Microsoft.Reporting.WebForms Namespace