CrystalReport ReportDocument.Load Exception

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

In our .Net 2003 + CrystalReports 10, do we have an Exception Handler for
ReportDocument.Load?
Thanks for help.


Jason
 
Hi,

In our .Net 2003 + CrystalReports 10, do we have an Exception Handler for
ReportDocument.Load?

I work with Crystal XI and .NET 2003, but I have no idea what it is
you are asking. Could you please post your question again with more
detail.
 
Thanks Bruce.
What I was asking is the Exception for loading a reportdocument, which is
similiar to a SqlException.
 
I'm sorry. I still don't understand what you want answered.

Are you getting a particular exception and don't know why? If so,
please post the relevant code and the _complete_ text of the
exception, and the members here will try to figure out / explain why
it is happening.

Do you want to know which exceptions ReportDocument.Load _can_ throw,
so that you can write proper exception handlers? I can help with that:
sorry, there is no documentation. The Crystal (aka Business Objects)
documentation for the .NET API is lacking in that regard: there is no
exception documentation. All you can do is try various things and see
what exceptions you get.

Or do you want to know how to write an exception handler for a
particular exception that ReportDocument.Load throws? If so, indicate
which exception it is and what you hope to achieve in the exception
handler and we'll help you write it.

Or, perhaps, your question is something else...?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top