Condividi tramite


Metodo ReportUrl.ToUri

Returns the URL as a Microsoft .NET Framework Uri object. This will always be an absolute URL with any necessary substitution performed.

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Function ToUri As Uri
'Utilizzo
Dim instance As ReportUrl 
Dim returnValue As Uri 

returnValue = instance.ToUri()
public Uri ToUri()
public:
Uri^ ToUri()
member ToUri : unit -> Uri
public function ToUri() : Uri

Valore restituito

Tipo: System.Uri
A Uri object, which is the URL with substitutions performed on it.

Osservazioni

For more information on the Uri class, see the topic "Uri Class" in the .NET Framework SDK class library.

Vedere anche

Riferimento

ReportUrl Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering