Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Subreport Class / ReportName Property

In This Topic
    ReportName Property (Subreport)
    In This Topic
    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).
    Syntax
    'Declaration
     
    Public Property ReportName As String
    public string ReportName {get; set;}
    See Also