ReportParameterDefaultCollection.SetItem(Int32, ReportParameter) 方法

定义

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

protected:
 override void SetItem(int index, Microsoft::Reporting::WebForms::ReportParameter ^ item);
protected override void SetItem (int index, Microsoft.Reporting.WebForms.ReportParameter item);
override this.SetItem : int * Microsoft.Reporting.WebForms.ReportParameter -> unit
Protected Overrides Sub SetItem (index As Integer, item As ReportParameter)

参数

index
Int32

要替换的报表参数的从零开始的索引。

item
ReportParameter

指定索引处的报表参数的新值。

适用于