Scans the current report definition and retrieves the list of report names (ReportName) of Subreport()()()() items contained within the current report.

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

Syntax

C#
public List<string> GetSubreports()
Visual Basic
Public Function GetSubreports As List(Of String)

Return Value

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

See Also