ServerReport.ReportPath, propriété
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
<WebBrowsableAttribute(True)> _
Public Property ReportPath As String
[WebBrowsableAttribute(true)]
public string ReportPath { get; set; }
[WebBrowsableAttribute(true)]
public:
property String^ ReportPath {
String^ get ();
void set (String^ value);
}
[<WebBrowsableAttribute(true)>]
member ReportPath : string with get, set
function get ReportPath () : String
function set ReportPath (value : String)
Valeur de propriété
Type : String
Valeur string.
Exemples
Pour plus d'informations et un exemple de code, consultez Render.