Posts

Showing posts with the label Sub Reports

Crystal Report- Sub reports over lapped when you use multiple sub reports or sub reports with other controls

While working with crystal reports you will noticed that when you use sub report with another sub report or if you use a control under sub report it gets overlapped. It is because the Sub report that comes first expands its size and come over other control or subreports. The solution for handling this i.e. Sub report automatically expands and shifts other control according to its size is through multiple sections in sub reports. For multiple sections in sub reports goto section expert select details section click on insert section button Now you can move other sub reports to next section and you may noticed that your problem related to overlapping of control gets resolved automatically

Page Header in Crystal Report Sub Report

When you work with crystal report sub report you will noticed that Page Header of you sub report will be displayed as report header from you main report. This is because page header is not supported with crystal report sub report. There are many work around to achieve this using sections but for better design it is suggested that you keep your page header information in main report while section details in sub reports