ServerReport.ReportServerUrl プロパティ
レポート サーバーの URL を取得または設定します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)
構文
'宣言
Public Property ReportServerUrl As Uri
Get
Set
'使用
Dim instance As ServerReport
Dim value As Uri
value = instance.ReportServerUrl
instance.ReportServerUrl = value
public Uri ReportServerUrl { get; set; }
public:
property Uri^ ReportServerUrl {
Uri^ get ();
void set (Uri^ value);
}
member ReportServerUrl : Uri with get, set
function get ReportServerUrl () : Uri
function set ReportServerUrl (value : Uri)
プロパティ値
型: System.Uri
レポート サーバーの URL を示す Uri オブジェクト。
使用例
詳細およびコード例については、「Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%)」を参照してください。