Condividi tramite


Proprietà LocalReport.ReportPath

Recupera o imposta il percorso del report locale nel file system locale.

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

'Dichiarazione
<CategoryAttribute("Misc")> _
<SRDescriptionAttribute("LocalReportPathDesc")> _
<DefaultValueAttribute(Nothing)> _
Public Property ReportPath As String
'Utilizzo
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)

Valore proprietà

Valore String.

Note

Se si imposta la proprietà ReportPath, il controllo ReportViewer caricherà automaticamente tutti i sottoreport necessari dal file system.

Se si imposta questa proprietà, il valore della proprietà ReportEmbeddedResource verrà ignorato.

Vedere anche

Riferimento

Classe LocalReport
Membri LocalReport
Spazio dei nomi Microsoft.Reporting.WebForms