Proprietà ServerReport.ReportPath
Recupera o imposta il percorso del rapporto nel server.
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
<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)
Valore proprietà
Tipo: String
Valore string.
Esempi
Per ulteriori informazioni e un codice di esempio, vedere Render.