Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting IllegalArgumentException

Status
Not open for further replies.

noonmati

Programmer
Joined
Jun 15, 2006
Messages
1
Location
JM
Hi,
I am trying to integrate my reports with my java web application. There are three parameters that i need to pass to the .rpt to generate the report. Now problem here is, everytime try to create the report using crystalreportviewer, i get an IllegalArgumentException. And interestingly, the stack trace does not show where exactly the wrong value is passed.
Here are the parameters passed.

Date : Datetype >> Range >> "yyyy-MM-dd"
ID : Integer >> Discrete >> Multiple
SortOrder : String >> Discrete >> Non-Multiple

CR Version : XI

Please help me out to know where exactly I am wrong.

Thanks,
Rajib
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top