Determines whether the CurrentPosition is at the end of the NodeList.
GrapeCity.ActiveReports.Data.XMLDataSource xDS = new GrapeCity.ActiveReports.Data.XMLDataSource(); if (xDS.BOF && xDS.EOF) { return; }
Dim xDS As New GrapeCity.ActiveReports.Data.XMLDataSource() Dim rpt As New SectionReport1() If xDS.BOF & xDS.EOF Then Exit Sub End If