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 | |
---|---|---|
ReportParameterDefaultCollection | Initializes a new instance of the ReportParameterDefaultCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from Collection<ReportParameter>.) | |
Item | (Inherited from Collection<ReportParameter>.) | |
Items | (Inherited from Collection<ReportParameter>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from Collection<ReportParameter>.) | |
Clear | (Inherited from Collection<ReportParameter>.) | |
ClearItems | Removes all report parameters from the collection. (Overrides Collection<T>.ClearItems().) | |
Contains | (Inherited from Collection<ReportParameter>.) | |
CopyTo | (Inherited from Collection<ReportParameter>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from Collection<ReportParameter>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from Collection<ReportParameter>.) | |
Insert | (Inherited from Collection<ReportParameter>.) | |
InsertItem | Inserts a report parameter into the collection at the specified index. (Overrides Collection<T>.InsertItem(Int32, T).) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | (Inherited from Collection<ReportParameter>.) | |
RemoveAt | (Inherited from Collection<ReportParameter>.) | |
RemoveItem | Removes the report parameter at the specified index of the collection. (Overrides Collection<T>.RemoveItem(Int32).) | |
SetItem | Sets the report parameter at the specified index. (Overrides Collection<T>.SetItem(Int32, T).) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
Change | Occurs when something changes in the ReportParameterDefaultCollection object. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from Collection<ReportParameter>.) | |
IList.Contains | (Inherited from Collection<ReportParameter>.) | |
ICollection.CopyTo | (Inherited from Collection<ReportParameter>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<ReportParameter>.) | |
IList.IndexOf | (Inherited from Collection<ReportParameter>.) | |
IList.Insert | (Inherited from Collection<ReportParameter>.) | |
IList.IsFixedSize | (Inherited from Collection<ReportParameter>.) | |
ICollection<T>.IsReadOnly | (Inherited from Collection<ReportParameter>.) | |
IList.IsReadOnly | (Inherited from Collection<ReportParameter>.) | |
ICollection.IsSynchronized | (Inherited from Collection<ReportParameter>.) | |
IList.Item | (Inherited from Collection<ReportParameter>.) | |
IList.Remove | (Inherited from Collection<ReportParameter>.) | |
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.