Please help me !
I have a problem in Crystal Report at visual studio::
I have 2 sub reports within the main report , and I put them at main Details section , when i run the report , the sub reports duplicated many times ..
thanks for solution .
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Placing subreports within the details section will reproduce the subreport each time the Details section is printed.
If you want the subreport only once; you will need to ensure that there is only one detail line printed on the main report. Or you could place the subreports in a header/footer.
A more detailed answer will require more detailed information about your report.