Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<DefaultValueAttribute("")> _
<NotifyParentPropertyAttribute(True)> _
Public Property ReportPath As String
'Usage
Dim instance As ServerReport
Dim value As String
value = instance.ReportPath
instance.ReportPath = value
[DefaultValueAttribute("")]
[NotifyParentPropertyAttribute(true)]
public string ReportPath { get; set; }
[DefaultValueAttribute(L"")]
[NotifyParentPropertyAttribute(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