Gets or sets the full folder path (for example, “/salesreports/orderdetails”) or relative path (for example, “orderdetails”) to a subreport on the same server. Relative paths start in the same folder as the current report. Cannot be an empty string (ignoring whitespace).

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

Syntax

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

See Also