ReportUrl.ToUri Method

Definition

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

public:
 Uri ^ ToUri();
public Uri ToUri ();
member this.ToUri : unit -> Uri
Public Function ToUri () As Uri

Returns

Uri

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

Remarks

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

Applies to