Partager via


Propriété LocalReport.ReportPath

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

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public Property ReportPath As String
    Get
    Set
'Utilisation
Dim instance As LocalReport
Dim value As String

value = instance.ReportPath

instance.ReportPath = value
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)

Valeur de propriété

Type : System.String
Valeur string.

Notes

Définissez la propriété ReportPath pour que 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. Le rapport chargé avec LoadReportDefinition est également ignoré.

Voir aussi

Référence

LocalReport Classe

Espace de noms Microsoft.Reporting.WinForms