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
public string ReportPath { get; set; }
public:
property String^ ReportPath {
String^ get();
void set(String^ value);
}
member ReportPath : string with get, set
Public Property ReportPath As String
Property Value
Type: System.String
A String value.
Examples
Legacy Code Example
For more information and a code example, see M:Microsoft.Reporting.WinForms.ServerReport.Render(System.String,System.String,System.String@,System.String@,System.String@,System.String[]@,Microsoft.Reporting.WinForms.Warning[]@).
See Also
ServerReport Class
Microsoft.Reporting.WinForms Namespace
Return to top