0 out of 2 rated this helpful - Rate this topic

LocalReport.ReportPath Property 

Gets or sets the local file system path of the local report.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

public string ReportPath { get; set; }
/** @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.

Setting the ReportPath property will cause the ReportViewer control to automatically load any required subreports from the file system.

Setting this property will cause the value of the ReportEmbeddedResource property to be ignored.

Did you find this helpful?
(1500 characters remaining)