LocalReport.ReportPath 屬性
取得或設定本機報表的本機檔案系統路徑。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 microsoft.reportviewer.webforms.dll)
語法
'宣告
<CategoryAttribute("Misc")> _
<SRDescriptionAttribute("LocalReportPathDesc")> _
<DefaultValueAttribute(Nothing)> _
Public Property ReportPath As String
'用途
Dim instance As LocalReport
Dim value As String
value = instance.ReportPath
instance.ReportPath = value
[CategoryAttribute("Misc")]
[SRDescriptionAttribute("LocalReportPathDesc")]
[DefaultValueAttribute(null)]
public string ReportPath { get; set; }
[CategoryAttribute(L"Misc")]
[DefaultValueAttribute(nullptr)]
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 值。
備註
設定 ReportPath 屬性會使 ReportViewer 控制項自動從檔案系統載入任何必要的子報表。
設定這個屬性會忽略 ReportEmbeddedResource 屬性值。
另請參閱
參考
LocalReport 類別
LocalReport 成員
Microsoft.Reporting.WebForms 命名空間