Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Builds the URL needed to access the specified report.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function BuildUrl ( _
reportView As ReportView _
) As String
'Usage
Dim instance As SqlReportViewData
Dim reportView As ReportView
Dim returnValue As String
returnValue = instance.BuildUrl(reportView)
public string BuildUrl(
ReportView reportView
)
Parameters
reportView
Type: Microsoft.PerformancePoint.Scorecards.ReportViewThe specified report.
Return Value
Type: System.String
The URL.