IDataParameterCollection.Add(IDataParameter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an object to the end of the parameter collection.
public:
int Add(Microsoft::ReportingServices::DataProcessing::IDataParameter ^ parameter);
public int Add (Microsoft.ReportingServices.DataProcessing.IDataParameter parameter);
abstract member Add : Microsoft.ReportingServices.DataProcessing.IDataParameter -> int
Public Function Add (parameter As IDataParameter) As Integer
Parameters
- parameter
- IDataParameter
The IDataParameter to add to the collection.
Returns
The position into which the new element was inserted.