Wrox Programmer Forums
|
Reporting Services SQL Server Reporting Services. Please specify which version.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Reporting Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 6th, 2006, 03:57 PM
Registered User
 
Join Date: Feb 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Pagebreaks

Im selecting some rows from my db, and want to organize them on a report like this. This is only one row of data

BODY-----------------------------------------------
(page 1, first row of data from db)

FIELD_1
FIELD_2
FIELD_3
---------------------------------------------- <-- Pagebreak

Page 2, first row of data from db


FIELD_4
FIELD_5
FIELD_6

------------------------------------------ < Pagebreak
 Page 3, second row of data

FIELD_1
FIELD_2
FIELD_3
(pagebreak)

and so on.

The problem is that the table control just lists all the rows from db and THEN breaks for a new page. I what to spread my data out over two pages for a singel row from db.

Ány ideas?

Thanks in advance









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.