Gets or sets the full folder path (for example, “/salesreports/orderdetails”), relative path (for example, “../orderdetails”) or URL (for example, “http://reportserver/reports/sales/orderdetails”) of the drillthrough report. Relative paths start in the same folder as the report.

Note: If the current report is being used as a subreport, the top-level report location is used as the base of the relative path.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlString ReportName { get; set; }
Visual Basic
Public Property ReportName As RdlString
	Get
	Set

See Also