Share via


SqlReportViewData.GetParameterPropertyUniqueName method

Returns the unique name of the parameter property, based on the specified server mode and index.

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

Syntax

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

returnValue = SqlReportViewData.GetParameterPropertyUniqueName(serverMode, _
    index)
public static string GetParameterPropertyUniqueName(
    SqlReportViewData.SqlReportViewDataServerMode serverMode,
    int index
)

Parameters

Return value

Type: System.String
The unique name of the parameter property.

See also

Reference

SqlReportViewData class

SqlReportViewData members

Microsoft.PerformancePoint.Scorecards namespace