Hi

I couldn't generate any report.My application is developed using .Net(MDI Frame application-windows forms) and I am trying to generate the report but couldn't succeed.If I do the same funtionality as individual windows form application(not a MDI frame) I was able to generate the report.

I feel I am facing the problem with the below function.

ReportID = PEOpenPrintJob(ReportName);

This is not returning any value.I am sure the corresponding the report exist.

Please help in this.