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.