IDataParameterCollection.Add(IDataParameter) Method

Definition

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.

Applies to