I am new to crystal reports.....
I have created a wep application using ASP.Net and C#...
and In that I have to use crystal reports.... in that i have to send a parameter from one of the web page to crystal report suach as empname... What i need is it should create report that lists the details of that particular employee entered in the text box in that web page,.... For that i have created a parameter in parameter field and that has been used in the front end usng ParameterFiled class... The application is working when allowed to run...
But the thing is it doesnt take my textbox ( created in front page)... for parameter value.... Instead it asks another another textbox by default with the follwing text description.... ..........
The report you requested requires further information.
--------------------------------------------------------------------------------
Parameter Field(s)
qty: Enter the quantity
Value
How can i eliminate this default provision and how can i use my own text box to enter the name of the emloyee as the parameter value
I have created a wep application using ASP.Net and C#...
and In that I have to use crystal reports.... in that i have to send a parameter from one of the web page to crystal report suach as empname... What i need is it should create report that lists the details of that particular employee entered in the text box in that web page,.... For that i have created a parameter in parameter field and that has been used in the front end usng ParameterFiled class... The application is working when allowed to run...
But the thing is it doesnt take my textbox ( created in front page)... for parameter value.... Instead it asks another another textbox by default with the follwing text description.... ..........
The report you requested requires further information.
--------------------------------------------------------------------------------
Parameter Field(s)
qty: Enter the quantity
Value
How can i eliminate this default provision and how can i use my own text box to enter the name of the emloyee as the parameter value
Comment