次の方法で共有


ReportUrl.ToUri メソッド

Microsoft .NET Framework の Uri オブジェクトとして URL を返します。 これは常に絶対 URL となり、置換が必要であれば行われます。

名前空間:  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
置換が行われた URL である Uri オブジェクトです。

説明

Uri の詳細については、.NET Framework SDK クラス ライブラリの「Uri クラス」のトピックを参照してください。

関連項目

参照

ReportUrl クラス

Microsoft.ReportingServices.ReportRendering 名前空間