Proprietà ServerReport.ReportPath
Recupera o imposta il percorso del report nel server.
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Sintassi
'Dichiarazione
<NotifyParentPropertyAttribute(True)> _
<CategoryAttribute("Misc")> _
<DefaultValueAttribute("")> _
<SRDescriptionAttribute("ServerReportPathDesc")> _
<WebBrowsableAttribute(True)> _
Public Property ReportPath As String
'Utilizzo
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)
Valore proprietà
Valore stringa.
Esempio
Per un esempio di codice, vedere Render.
Vedere anche
Riferimento
Classe ServerReport
Membri ServerReport
Spazio dei nomi Microsoft.Reporting.WebForms