Share via


ReportParameterDefaultCollection 类

定义

表示报表参数的集合。 此类由 OverrideParameters 属性引用。

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)
继承
ReportParameterDefaultCollection
属性

构造函数

ReportParameterDefaultCollection()

初始化 ReportParameterDefaultCollection 类的新实例。

方法

ClearItems()

从集合中删除所有报表参数。

InsertItem(Int32, ReportParameter)

将报表参数插入到集合中的指定索引处。

RemoveItem(Int32)

删除集合的指定索引处的报表参数。

SetItem(Int32, ReportParameter)

设置指定索引处的报表参数。

事件

Change

ReportParameterDefaultCollection 对象发生更改时发生。

适用于