ChartDataBindingHelper.GetMappedUrl Method
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Shared Function GetMappedUrl ( _
url As String _
) As String
'Usage
Dim url As String
Dim returnValue As String
returnValue = ChartDataBindingHelper.GetMappedUrl(url)
public static string GetMappedUrl(
string url
)
Parameters
- url
Type: System.String
Return Value
Type: System.String