LocalReport.ReportPath プロパティ
発行: 2016年4月
ローカル レポートのファイル システムのパスを取得または設定します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)
構文
public string ReportPath { get; set; }
public:
property String^ ReportPath {
String^ get();
void set(String^ value);
}
member ReportPath : string with get, set
Public Property ReportPath As String
プロパティ値
Type: System.String
string 値。
解説
Set the ReportPath property to cause the ReportViewer control to automatically load any required subreports from the file system.
If this property is set, the value of the ReportEmbeddedResource property is ignored. It also causes the report loaded with LoadReportDefinition to be ignored.
参照
LocalReport クラス
Microsoft.Reporting.WinForms 名前空間
トップに戻る