"Parameter _reportName cannot be null or empty".error while opening any report

Hi,

Parameter _reportName cannot be null or empty.The [CLASSNAME].METHODNAME reflection API could not create and return the SrsReportNameAttribute object

In this specific case it looks like an earlier full compile did not finish.

If you encounter this problem I would suggest that you first compile the class mentioned in the error message and see if this solves the problem.

  1. go to AOT (get Ctrl+D)

  2. in Classes find CLASSNAME

3.compile it (F7)