Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Avoid sub report overlap
1)In crystal report have three sub report one by one so it can overlap one another.
2)I don't need each sub report in different section.
3)I need each sub report in single detail section without overlap.

Example:

-------------------Detail section--------------------------------
-------------Sub Report One--------------------
-------------Sub Report Two--------------------
-------------------End of detail section---------------
Posted
Updated 1-Apr-14 19:59pm
v2

1 solution

try this...
Detail section -> right click -> Insert section below
it will be another detail section will run same as detail section your report will be as it is and overlapping problem will be solved
---------------  Detail section  ---------------   -> right click -> Insert section below
	-------------Sub Report One-----------------
---------------Detail section (a)---------------
	-------------Sub Report Two-----------------
---------------  Report Footer   ---------------

Happy Coding!
:)
 
Share this answer
 
Comments
Member 9991744 2-Apr-14 3:26am    
Thanks for your reply, I know this solution already but i need to place the two sub report in single section without overlap.
Member 9991744 2-Apr-14 7:37am    
Please reply fast
Aarti Meswania 2-Apr-14 7:56am    
if you already know solution then why are you not using it, is there any reason?
Member 9991744 3-Apr-14 3:21am    
Thanks for your reply ,
-again i will remind you, i don't need each sub report in single detail section
-I need to place each sub report in single section

In my report view
------------------------Detail section-------------------------------------

------Sub report one------- | -----Sub report two-----------
------Sub report three----- | -----Sub report four-----------

------------------End of detail section--------------------------

I think now you understand my question Please reply fast

Thanks
G.Mani
Aarti Meswania 3-Apr-14 3:30am    
then move sub report three and four in detail section b
or
fix hieght and width of all sub reports

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900