ReportParameterDefaultCollection Class

Definition

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

public ref class ReportParameterDefaultCollection : System::Collections::ObjectModel::Collection<Microsoft::Reporting::WebForms::ReportParameter ^>
[System.Serializable]
public class ReportParameterDefaultCollection : System.Collections.ObjectModel.Collection<Microsoft.Reporting.WebForms.ReportParameter>
[<System.Serializable>]
type ReportParameterDefaultCollection = class
    inherit Collection<ReportParameter>
Public Class ReportParameterDefaultCollection
Inherits Collection(Of ReportParameter)
Inheritance
ReportParameterDefaultCollection
Attributes

Constructors

ReportParameterDefaultCollection()

Initializes a new instance of the ReportParameterDefaultCollection class.

Methods

ClearItems()

Removes all report parameters from the collection.

InsertItem(Int32, ReportParameter)

Inserts a report parameter into the collection at the specified index.

RemoveItem(Int32)

Removes the report parameter at the specified index of the collection.

SetItem(Int32, ReportParameter)

Sets the report parameter at the specified index.

Events

Change

Occurs when something changes in the ReportParameterDefaultCollection object.

Applies to