ALREMTULLA
September 8th, 2006, 10:47 AM
I have vb.net 2003 and crystal reports v10.
1) how shall I add component of crystal reports in my vb.net?
2) In crystal reports how do you find the number of the days in a particular month.(e.g. aug has 31 days & sept has 30 days). (e.g in vb.net MYDAYS_MONTH = DateTime.DaysInMonth(Now.Year, Now.Month)
3) what shall i do in order that my reports shall be displayed in vb.net while running the program. (i.e If I run the program it does not display the report but if I run the report separately then I can view the datas).
Note:
a) the database is in access.
b) it has the database password.
Thanks
1) how shall I add component of crystal reports in my vb.net?
2) In crystal reports how do you find the number of the days in a particular month.(e.g. aug has 31 days & sept has 30 days). (e.g in vb.net MYDAYS_MONTH = DateTime.DaysInMonth(Now.Year, Now.Month)
3) what shall i do in order that my reports shall be displayed in vb.net while running the program. (i.e If I run the program it does not display the report but if I run the report separately then I can view the datas).
Note:
a) the database is in access.
b) it has the database password.
Thanks