ReportParameterInfoCollection Class

A collection of ReportParameterInfo objects.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportParameterInfoCollection
    Inherits ReadOnlyCollection(Of ReportParameterInfo)
'Usage
Dim instance As ReportParameterInfoCollection
[DefaultMemberAttribute("Item")] 
[ComVisibleAttribute(false)] 
public sealed class ReportParameterInfoCollection : ReadOnlyCollection<ReportParameterInfo>
[DefaultMemberAttribute(L"Item")] 
[ComVisibleAttribute(false)] 
public ref class ReportParameterInfoCollection sealed : public ReadOnlyCollection<ReportParameterInfo^>
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute ComVisibleAttribute(false) */ 
public final class ReportParameterInfoCollection extends ReadOnlyCollection<ReportParameterInfo>
DefaultMemberAttribute("Item") 
ComVisibleAttribute(false) 
public final class ReportParameterInfoCollection extends ReadOnlyCollection<ReportParameterInfo>

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.ReadOnlyCollection
    Microsoft.Reporting.WebForms.ReportParameterInfoCollection

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

ReportParameterInfoCollection Members
Microsoft.Reporting.WebForms Namespace