Skip to Content
0
Former Member
Apr 18, 2010 at 06:53 PM

Check if a Crystal Report report has sub-reports

955 Views

Is it possible to check whether a Crystal Report has a sub-report without raising an Exception?

If I try to access ReportDocument.SubReports for a Report without any sub-report, an exception is thrown. I want to know the number of sub-reports without raising that exception if possible.