ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ReportExtensions Class / GetSelfAndAllDescendants Method

In This Topic
    GetSelfAndAllDescendants Method
    In This Topic
    Enumerates self and all descendants.
    Syntax
    'Declaration
     
    Public Shared Function GetSelfAndAllDescendants( _
       ByVal reportItem As ReportItem _
    ) As IEnumerable(Of ReportItem)
    public static IEnumerable<ReportItem> GetSelfAndAllDescendants( 
       ReportItem reportItem
    )

    Parameters

    reportItem
    See Also