[]
Enumerates self and all descendants.
public static IEnumerable<ReportItem> GetSelfAndAllDescendants(this ReportItem reportItem)
| Type | Name | Description |
|---|---|---|
| ReportItem | reportItem | A ReportItem object to enumerate for. |
| Type | Description |
|---|---|
| IEnumerable<ReportItem> | An IEnumerable<T> object containing the report item and its descendants. |