Simple report question

  • Thread starter Thread starter GB
  • Start date Start date
G

GB

Hello,
I created a report with data source based on simple query which returns 10
records.
I put appropriate controls (text boxes) for each field of the query in
Detail section of the report.
When I run the report it creates separate page for each record of the query.
How can I get all records on one page?

Thanks,
GB
 
What is the height of your detail section? How about the other report
sections? Did you set any properties to force a new page before or after
sections? Did you add any page break controls?
 
GB said:
I created a report with data source based on simple query which returns 10
records.
I put appropriate controls (text boxes) for each field of the query in
Detail section of the report.
When I run the report it creates separate page for each record of the query.
How can I get all records on one page?


Make sure the detail section's Height is no more than
needed.

Also make sure the detail section's ForceNewPage property is
set to None.
 
Back
Top