all groups > sql server reporting services > november 2006 >
You're in the

sql server reporting services

group:

How you allow data in a text box to be split across pages?



How you allow data in a text box to be split across pages? Bruce Parker
11/8/2006 4:17:02 PM
sql server reporting services: How you allow data in a text box to be split across pages? That is, allow
printing to begin on the next available line regardless of how much data is
to print and how many lines are available on the current page.

RE: How you allow data in a text box to be split across pages? weilu NO[at]SPAM online.microsoft.com
11/9/2006 12:00:00 AM
Hello Bruce,

You could not force the textbox to be split across the page.

My suggestion is using the List or Table instead of using Textbox.

You could put all the text line as different record in the dataset and use
the list to show the information.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
RE: How you allow data in a text box to be split across pages? weilu NO[at]SPAM online.microsoft.com
11/13/2006 3:58:19 AM
Hi ,

How is everything going? Please feel free to let me know if you need any
assistance.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
RE: How you allow data in a text box to be split across pages? Bruce Parker
11/15/2006 2:00:02 PM
I followed your suggestion and placed the lines of text into records. I
created a subreport with a dataset that contains these lines of text records.
I put the subreport into my table on my main report and the data is still
going to the next page instead of starting after the next row in the table
when I do a print preview. How do I make this work?

[quoted text, click to view]
RE: How you allow data in a text box to be split across pages? weilu NO[at]SPAM online.microsoft.com
11/16/2006 9:25:44 AM
Hello Bruce,

I used a Table in my report and it will render the data cross the page when
I export to PDF file.

I suggest you to use a Table instead of sub report in your report.


Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
RE: How you allow data in a text box to be split across pages? Bruce Parker
11/17/2006 5:56:02 AM
I got this working. Thanks for the help.

Does Microsoft plan on fixing this bug?

[quoted text, click to view]
RE: How you allow data in a text box to be split across pages? weilu NO[at]SPAM online.microsoft.com
11/20/2006 2:49:12 AM
Hello Bruce,

I have send the feedback to the product team and you could also send the
feedback to the product team.

http://connect.microsoft.com/sqlserver

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
RE: How you allow data in a text box to be split across pages? Fred Bang
2/12/2007 10:53:01 AM
Hello,

I'm having the exact same problem and was wondering how could can split
each line of a ntext field into multiple records?? Is it done
programmatically or within an SQL query??

Thanks

[quoted text, click to view]
AddThis Social Bookmark Button