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 (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(True)> _
Public Property ReportPath As String
Get
Set
'Utilisation
Dim instance As ServerReport
Dim value As String
value = instance.ReportPath
instance.ReportPath = value
[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 : System.String
Valeur string.
Exemples
Pour plus d'informations et un exemple de code, consultez Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%).