ServerReport.ReportPath プロパティ
サーバー上のレポートへのパスを取得または設定します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (microsoft.reportviewer.webforms.dll 内)
構文
'宣言
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute("")> _
<NotifyParentPropertyAttribute(True)> _
<CategoryAttribute("Misc")> _
Public Property ReportPath As String
'使用
Dim instance As ServerReport
Dim value As String
value = instance.ReportPath
instance.ReportPath = value
[WebBrowsableAttribute(true)]
[DefaultValueAttribute("")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Misc")]
public string ReportPath { get; set; }
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(L"")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute(L"Misc")]
public:
String^ ReportPath {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_ReportPath ()
/** @property */
public void set_ReportPath (String value)
public function get ReportPath () : String
public function set ReportPath (value : String)
プロパティ値
文字列値。
例
コード例については、「Render」を参照してください。
参照
リファレンス
ServerReport クラス
ServerReport メンバ
Microsoft.Reporting.WebForms 名前空間