ServerReport.ReportPath Property
Gets or sets the path to the report on the server.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<NotifyParentPropertyAttribute(True)> _
<CategoryAttribute("Misc")> _
<DefaultValueAttribute("")> _
<WebBrowsableAttribute(True)> _
Public Property ReportPath As String
'Usage
Dim instance As ServerReport
Dim value As String
value = instance.ReportPath
instance.ReportPath = value
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Misc")]
[DefaultValueAttribute("")]
[WebBrowsableAttribute(true)]
public string ReportPath { get; set; }
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute(L"Misc")]
[DefaultValueAttribute(L"")]
[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.WinForms Namespace