Hi,
I am printing the reports in VB.Net. It's working fine. But, I wan't to print the current records data only. My report is printing all the data available in it. But, I wan't to print the current data only. For example,
from frontend I am storing the student details into backend. and I am preparing report for it. When the next time I give the studetn id it should print only that details with the student id given by me.
Can any body tell me the code????
Thanks.
I am printing the reports in VB.Net. It's working fine. But, I wan't to print the current records data only. My report is printing all the data available in it. But, I wan't to print the current data only. For example,
from frontend I am storing the student details into backend. and I am preparing report for it. When the next time I give the studetn id it should print only that details with the student id given by me.
Can any body tell me the code????
Thanks.
Comment