Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class / GetSubreports Method

In This Topic
    GetSubreports Method
    In This Topic
    Scans the current report definition and retrieves the list of report names (Subreport.ReportName) of Subreport items contained within the current report.
    Syntax
    'Declaration
     
    Public Function GetSubreports() As List(Of String)
    public List<string> GetSubreports()

    Return Value

    The list of report names, or an empty list if there are no subreports.
    See Also