ServerReport.ReportPath Property
Gets or sets the path to the report on the server.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<DefaultValueAttribute("")> _
<NotifyParentPropertyAttribute(True)> _
<WebBrowsableAttribute(True)> _
Public Property ReportPath As String
'Usage
Dim instance As ServerReport
Dim value As String
value = instance.ReportPath
instance.ReportPath = value
[DefaultValueAttribute("")]
[NotifyParentPropertyAttribute(true)]
[WebBrowsableAttribute(true)]
public string ReportPath { get; set; }
[DefaultValueAttribute(L"")]
[NotifyParentPropertyAttribute(true)]
[WebBrowsableAttribute(true)]
public:
property 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)
Property Value
A string value.
Example
For more information and a code example, see Render.
See Also
Reference
ServerReport Class
ServerReport Members
Microsoft.Reporting.WebForms Namespace