Andiana
Andiana

Reputation: 1952

Xtrareport summary not lie next to the detail?

I am using XtraReport with detail band and summary band. In the design, I put the detail next to the summary, but when the report was generated, the summary is long distance from the detail, I think I is flow to the bottom of report, how can I make the summary lie next to the detail like design mode?

enter image description here

Upvotes: 1

Views: 485

Answers (1)

Shwabster
Shwabster

Reputation: 477

What type of band is the summary row in?

Some bands have a Print At Bottom property within the bands parameters, ensure this is set to No if it is a ReportFooter type band.

enter image description here

Upvotes: 1

Related Questions