Propriété ServerReport.ReportPath
Obtient ou définit le chemin d'accès au rapport sur le serveur.
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 ServerReport
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.
Exemples
Pour plus d'informations et un exemple de code, consultez Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%).