how to make report using 2 parameters
-
hellow evry one i want to make windos forme contain two textbox and i have reportviwer i want if the user write two dates in the 2 text the reportviwer report the data for the employees between the two dayes ashrafhakiem mcsd certefied
-
hellow evry one i want to make windos forme contain two textbox and i have reportviwer i want if the user write two dates in the 2 text the reportviwer report the data for the employees between the two dayes ashrafhakiem mcsd certefied
ashraf hakiem wrote:
mcsd certefied
OK...... Seems to me like you want a stored proc that generates a report and takes the two dates as parameters ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
ashraf hakiem wrote:
mcsd certefied
OK...... Seems to me like you want a stored proc that generates a report and takes the two dates as parameters ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
ashraf hakiem wrote:
mcsd certefied
OK...... Seems to me like you want a stored proc that generates a report and takes the two dates as parameters ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
ashraf hakiem wrote:
mcsd certefied
OK...... Seems to me like you want a stored proc that generates a report and takes the two dates as parameters ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
THANKS ALOT BUT I DONT NOW HOW I CAN PASS THE PARAMETES FROM STOREDPROSEDUR TO THE REPORT ASHRAFHAKIEM
-
THANKS ALOT BUT I DONT NOW HOW I CAN PASS THE PARAMETES FROM STOREDPROSEDUR TO THE REPORT ASHRAFHAKIEM
-
THANKS ALOT BUT I DONT NOW HOW I CAN PASS THE PARAMETES FROM STOREDPROSEDUR TO THE REPORT ASHRAFHAKIEM
What report viewer are you talking about ? You would call the stored proc, then pass the resultant data set to the reporting control, I would have thought.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
What report viewer are you talking about ? You would call the stored proc, then pass the resultant data set to the reporting control, I would have thought.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
What report viewer are you talking about ? You would call the stored proc, then pass the resultant data set to the reporting control, I would have thought.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
HOW CAN I PASS IT TO THE RESULTANT DATASET TO THE REPORTING CONTROL THANKS
-
HOW CAN I PASS IT TO THE RESULTANT DATASET TO THE REPORTING CONTROL THANKS
Can you answer my question ? What reporting control ? Crystal Reports ? I've never used it, but it took me two seconds to find the answer using google. http://www.codeproject.com/csharp/loadingcrystalreport.asp?df=100&forumid=173338&exp=0&select=1216325[^] If not, how would I know what you're using ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )