LocalReport.ReportPath-Eigenschaft
Ruft den Dateisystempfad des lokalen Berichts ab bzw. legt diesen fest.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
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)
Eigenschaftswert
Typ: String
Ein stringZeichenfolge-Wert.
Hinweise
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.