ReportParameterCollection.Insert Method
Include Protected Members
Include Inherited Members
Inserts a ReportParameter into the collection.
Overload List
Name | Description | |
---|---|---|
Insert(Int32, ReportParameter) | Inserts a ReportParameter into the collection at the specified index. | |
Insert(Int32, String, String) | Creates and inserts a ReportParameter, with the specified name and value, into the collection at the specified index. |
Top