共用方式為


ToUri 方法

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

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Function ToUri As Uri
'用途
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

傳回值

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

備註

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