ServerReport.ReportPath 屬性
取得或設定在伺服器的報表路徑。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 microsoft.reportviewer.webforms.dll)
語法
'宣告
<NotifyParentPropertyAttribute(True)> _
<CategoryAttribute("Misc")> _
<DefaultValueAttribute("")> _
<SRDescriptionAttribute("ServerReportPathDesc")> _
<WebBrowsableAttribute(True)> _
Public Property ReportPath As String
'用途
Dim instance As ServerReport
Dim value As String
value = instance.ReportPath
instance.ReportPath = value
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Misc")]
[DefaultValueAttribute("")]
[SRDescriptionAttribute("ServerReportPathDesc")]
[WebBrowsableAttribute(true)]
public string ReportPath { get; set; }
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute(L"Misc")]
[DefaultValueAttribute(L"")]
[WebBrowsableAttribute(true)]
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)
屬性值
string 值。
範例
請參閱<Render>,以取得程式碼範例。
另請參閱
參考
ServerReport 類別
ServerReport 成員
Microsoft.Reporting.WebForms 命名空間