ReportParameterCollection.RemoveAt Method

Removes the ReportParameter at the specified index from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public void RemoveAt(
    int index
)

Parameters

Implements

IList.RemoveAt(Int32)

Exceptions

Exception Condition
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

See Also

Reference

ReportParameterCollection Class

Microsoft.AnalysisServices Namespace