Wrox Programmer Forums
|
BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7
This is the forum to discuss the Wrox book Professional SQL ServerReporting Services by Paul Turley, Todd Bryant, James Counihan, George McKee, Dave DuVarney; ISBN: 9780764568787
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 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 July 1st, 2004, 10:41 AM
Authorized User
 
Join Date: Jun 2004
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Default Force page break to keep group together

I have a report which uses 2 levels of grouping, it looks like this:

          Question Group Title

Question
  Answer option
  Answer Option
  Answer option

the groups are by Question Group Title (so that each group has the question group title shown 1x only at the start of the new group) and Question (which then lists the possible answer options).

Currently the page breaks where ever it likes. I would like to be able to force it to break BEFORE the question text of a question, rather than in the middle of the answer options.

Anyone have any idea how to do this?



Sandy Murdock MCP
__________________
Sandy Murdock MCP
 
Old September 9th, 2004, 10:08 PM
Registered User
 
Join Date: Sep 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I would use 2 reports:
1) Main report which we can call "QuestionList"that consists of a LIST object, with one item in the list: a SUBREPORT object
2) A subreport, which we can call "SingleQuestion" which consists of a TEXTBOX for the actual question, and either a LIST/TABLE whatever for the answers.

reporting services keeps subreports together on one page...

-Bret






Similar Threads
Thread Thread Starter Forum Replies Last Post
page break on group Problem moali72 Crystal Reports 1 August 16th, 2007 04:31 AM
Page break grstad Classic ASP Basics 5 December 31st, 2006 01:27 PM
Force Stub to Page bottom dsentelle Reporting Services 0 August 14th, 2006 10:18 AM
Force Section to Page Bottom dsentelle VB.NET 2002/2003 Basics 2 August 14th, 2006 09:37 AM
how do I force a connection without my page loopng aadz5 Classic ASP Basics 1 June 22nd, 2004 11:21 AM





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