获取或设置本地报表的本地文件系统路径。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Public Property ReportPath As String
public string ReportPath { get; set; }
public:
property String^ ReportPath {
String^ get ();
void set (String^ value);
}
member ReportPath : string with get, set
function get ReportPath () : String
function set ReportPath (value : String)
属性值
类型:String
一个 String 值。
备注
Setting the ReportPath property will cause the ReportViewer control to automatically load any required subreports from the file system.
Setting this property will cause the value of the ReportEmbeddedResource property to be ignored. It also causes the report loaded with LoadReportDefinition to be ignored.