ReportParameterDefaultCollection Class

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

Inheritance Hierarchy

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

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>

The ReportParameterDefaultCollection type exposes the following members.

Constructors

  Name Description
Public method ReportParameterDefaultCollection Initializes a new instance of the ReportParameterDefaultCollection class.

Top

Properties

  Name Description
Public property Count (Inherited from Collection<ReportParameter>.)
Public property Item (Inherited from Collection<ReportParameter>.)
Protected property Items (Inherited from Collection<ReportParameter>.)

Top

Methods

  Name Description
Public method Add (Inherited from Collection<ReportParameter>.)
Public method Clear (Inherited from Collection<ReportParameter>.)
Protected method ClearItems Removes all report parameters from the collection. (Overrides Collection<T>.ClearItems().)
Public method Contains (Inherited from Collection<ReportParameter>.)
Public method CopyTo (Inherited from Collection<ReportParameter>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<ReportParameter>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<ReportParameter>.)
Public method Insert (Inherited from Collection<ReportParameter>.)
Protected method InsertItem Inserts a report parameter into the collection at the specified index. (Overrides Collection<T>.InsertItem(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection<ReportParameter>.)
Public method RemoveAt (Inherited from Collection<ReportParameter>.)
Protected method RemoveItem Removes the report parameter at the specified index of the collection. (Overrides Collection<T>.RemoveItem(Int32).)
Protected method SetItem Sets the report parameter at the specified index. (Overrides Collection<T>.SetItem(Int32, T).)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event Change Occurs when something changes in the ReportParameterDefaultCollection object.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from Collection<ReportParameter>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<ReportParameter>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<ReportParameter>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<ReportParameter>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<ReportParameter>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<ReportParameter>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<ReportParameter>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<ReportParameter>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<ReportParameter>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<ReportParameter>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from Collection<ReportParameter>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<ReportParameter>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<ReportParameter>.)

Top

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

Microsoft.ReportingServices.SharePoint.UI.WebParts Namespace