ReportParameterDefaultCollection Class

Represents a collection of report parameters. This class is referenced by the OverrideParameters property.

Namespace:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly:  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ReportParameterDefaultCollection _
    Inherits Collection(Of ReportParameter)
'Usage
Dim instance As ReportParameterDefaultCollection
[SerializableAttribute]
public class ReportParameterDefaultCollection : Collection<ReportParameter>
[SerializableAttribute]
public ref class ReportParameterDefaultCollection : public Collection<ReportParameter^>
[<SerializableAttribute>]
type ReportParameterDefaultCollection =  
    class
        inherit Collection<ReportParameter>
    end
public class ReportParameterDefaultCollection extends Collection<ReportParameter>

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.Collection<ReportParameter>
    Microsoft.ReportingServices.SharePoint.UI.WebParts.ReportParameterDefaultCollection

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.