[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ReportExtensions.GetSelfAndAllDescendants

GetSelfAndAllDescendants Method

GetSelfAndAllDescendants(ReportItem)

Enumerates self and all descendants.

Declaration
public static IEnumerable<ReportItem> GetSelfAndAllDescendants(this ReportItem reportItem)
Parameters
Type Name Description
ReportItem reportItem

A ReportItem object to enumerate for.

Returns
Type Description
IEnumerable<ReportItem>

An IEnumerable<T> object containing the report item and its descendants.