'Declaration Public Shared Function GetSelfAndAllDescendants( _ ByVal reportItem As ReportItem _ ) As IEnumerable(Of ReportItem)
public static IEnumerable<ReportItem> GetSelfAndAllDescendants( ReportItem reportItem )
Parameters
- reportItem
- A GrapeCity.ActiveReports.PageReportModel.ReportItem object to enumerate for.
Return Value
An IEnumerable object containing the report item and its descendants.