ReportParameterCollection.Find Method (String)

 

Applies To: SQL Server 2016 Preview

Gets the ReportParameter that has the specified name from the collection.

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

Syntax

public ReportParameter Find(
    string name
)
public:
ReportParameter^ Find(
    String^ name
)
member Find : 
        name:string -> ReportParameter
Public Function Find (
    name As String
) As ReportParameter

Parameters

Return Value

Type: Microsoft.AnalysisServices.ReportParameter

The ReportParameter if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

ReportParameterCollection Class
Microsoft.AnalysisServices Namespace

Return to top