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

sql server reporting services

group:

where in report to enter this expresesion for pagebreak?


where in report to enter this expresesion for pagebreak? Rich
2/4/2006 12:10:53 PM
sql server reporting services:
I found this expression for implementing a pagebreak. I don't know where in
the report to place it.

System.Math.Ceiling (RowNumber (Nothing)/10)

I have a table in the detail section of my report. 3 rows 3 columns, a
header row, a data row and a footer row. The data row obviously contains an
expression to link each cell with the respective field from the dataset.
There are 50 rows in the dataset. I want to display 10 rows per page, thus
the expression above. But where do I place this expression? Any suggestions
appreciated.

Thanks,
Re:where in report to enter this expresesion for pagebreak? saras
2/6/2006 12:32:32 AM
Insert a group in the Table and in expresson mention
= System.Math.Ceiling (RowNumber (Nothing)/10)
Select the "Page break at end" option and run the report.
You will get the desired output.

Regards,
Re:where in report to enter this expresesion for pagebreak? saras
2/6/2006 12:40:33 AM
Insert a group in the Table and in expresson mention
= System.Math.Ceiling (RowNumber (Nothing)/10)
Select the "Page break at end" option and run the report.
You will get the desired output.

Regards,
Re:where in report to enter this expresesion for pagebreak? Rich
2/6/2006 1:31:39 PM
Thanks. That worked perfectly!

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