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.StringThe unique name of the parameter.
serverMode
Type: Microsoft.PerformancePoint.Scorecards.SqlReportViewData.SqlReportViewDataServerModeThe server mode.
index
Type: System.Int32The specified index.
Return Value
Type: System.Boolean
true if the object is a valid parameter property of the report; otherwise false.