ReportParameterCollection.Add Method
Include Protected Members
Include Inherited Members
Creates and adds a ReportParameter to the collection.
Overload List
Name | Description | |
---|---|---|
![]() |
Add(ReportParameter) | Adds a ReportParameter to the end of the collection. |
![]() |
Add(String, String) | Creates and adds a ReportParameter, with the specified name and value, to the end of the collection. |
Top