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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns the report URL as a Uri.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function ToUri As Uri
'Usage
Dim instance As ReportUrlBuilder
Dim returnValue As Uri
returnValue = instance.ToUri()
public Uri ToUri()
public:
Uri^ ToUri()
member ToUri : unit -> Uri
public function ToUri() : Uri
Return Value
Type: System.Uri
The report URL as a Uri.