Partager via


Propriété LocalReport.ReportPath

Obtient ou définit le chemin d'accès au système de fichiers local pour un rapport local.

Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)

Syntaxe

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

Valeur de la propriété

Valeur String.

Remarques

Si la propriété ReportPath est définie, le contrôle ReportViewer charge automatiquement tous les sous-rapports requis à partir du système de fichiers.

Si cette propriété est définie, la valeur de la propriété ReportEmbeddedResource est ignorée.

Voir aussi

Référence

Classe LocalReport
Membres LocalReport
Espace de noms Microsoft.Reporting.WebForms