Partilhar via


Propriedade ServerReport.ReportPath

Gets or sets the path to the report on the server.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
Public Property ReportPath As String
public string ReportPath { get; set; }
public:
property String^ ReportPath {
    String^ get ();
    void set (String^ value);
}
member ReportPath : string with get, set
function get ReportPath () : String
function set ReportPath (value : String)

Valor de propriedade

Tipo: String
A String value.

Exemplos

For more information and a code example, see Render.

Consulte também

Referência

ServerReport Classe

Namespace Microsoft.Reporting.WinForms