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 (en Microsoft.ReportViewer.WebForms.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
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. Le rapport chargé avec LoadReportDefinition est également ignoré.