Share via


SqlReportViewData.IsAReportPropertyNameMatch method

Determines whether a property is a valid parameter property of the report, based on the server mode and specified index.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Shared Function IsAReportPropertyNameMatch ( _
    uniqueName As String, _
    serverMode As SqlReportViewData.SqlReportViewDataServerMode, _
    index As Integer _
) As Boolean
'Usage
Dim uniqueName As String
Dim serverMode As SqlReportViewData.SqlReportViewDataServerMode
Dim index As Integer
Dim returnValue As Boolean

returnValue = SqlReportViewData.IsAReportPropertyNameMatch(uniqueName, _
    serverMode, index)
public static bool IsAReportPropertyNameMatch(
    string uniqueName,
    SqlReportViewData.SqlReportViewDataServerMode serverMode,
    int index
)

Parameters

  • uniqueName
    Type: System.String

    The unique name of the parameter.

Return value

Type: System.Boolean
true if the object is a valid parameter property of the report; otherwise false.

See also

Reference

SqlReportViewData class

SqlReportViewData members

Microsoft.PerformancePoint.Scorecards namespace