ReportParameterCollection.Find(String) Method

Definition

Searches for the ReportParameter with the specified Name and returns it.

public Microsoft.AnalysisServices.ReportParameter Find (string name);
member this.Find : string -> Microsoft.AnalysisServices.ReportParameter
Public Function Find (name As String) As ReportParameter

Parameters

name
String

The Name of the ReportParameter to find.

Returns

The ReportParameter with the specified Name, if found; otherwise, a null reference (Nothing in Visual Basic).

Applies to