Partilhar via


Propriedade ServerReport.ReportPath

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

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

Sintaxe

'Declaração
<WebBrowsableAttribute(True)> _
Public Property ReportPath As String
[WebBrowsableAttribute(true)]
public string ReportPath { get; set; }
[WebBrowsableAttribute(true)]
public:
property String^ ReportPath {
    String^ get ();
    void set (String^ value);
}
[<WebBrowsableAttribute(true)>]
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.WebForms