Freigeben über


ToUri-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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

Rückgabewert

Typ: System. . :: . .Uri