Partager via


Propriété ServerReport.ReportPath

Obtient ou définit le chemin d'accès au rapport sur le serveur.

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

Syntaxe

'Déclaration
<NotifyParentPropertyAttribute(True)> _
<CategoryAttribute("Misc")> _
<DefaultValueAttribute("")> _
<SRDescriptionAttribute("ServerReportPathDesc")> _
<WebBrowsableAttribute(True)> _
Public Property ReportPath As String
'Utilisation
Dim instance As ServerReport
Dim value As String

value = instance.ReportPath

instance.ReportPath = value
[NotifyParentPropertyAttribute(true)] 
[CategoryAttribute("Misc")] 
[DefaultValueAttribute("")] 
[SRDescriptionAttribute("ServerReportPathDesc")] 
[WebBrowsableAttribute(true)] 
public string ReportPath { get; set; }
[NotifyParentPropertyAttribute(true)] 
[CategoryAttribute(L"Misc")] 
[DefaultValueAttribute(L"")] 
[WebBrowsableAttribute(true)] 
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.

Exemple

Pour obtenir un exemple de code, consultez Render.

Voir aussi

Référence

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