Skip to content

Commit c6aaaaa

Browse files
committed
Merge branch 'main' into release-arc-security
2 parents 1010e5f + 3db57e7 commit c6aaaaa

20 files changed

Lines changed: 308 additions & 290 deletions
Lines changed: 41 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,73 @@
11
---
2-
title: "Add a page break to a paginated report"
3-
description: Discover how to add a page break to rectangles, data regions, or groups within data regions in Report Builder to control the information on each page.
2+
title: Add a page break to a Report Builder paginated report
3+
description: Learn how to add a page break to rectangles, data regions, or groups within data regions in Report Builder to control the information on each page.
44
author: maggiesMSFT
55
ms.author: maggies
6-
ms.date: 03/01/2017
6+
ms.date: 07/19/2024
77
ms.service: reporting-services
88
ms.subservice: report-design
9-
ms.topic: conceptual
9+
ms.topic: how-to
1010
ms.custom: updatefrequency5
11+
12+
#customer intent: As a Report Builder user, I want to learn how to add page break elements in my reports so that I can better control the information on the page.
1113
---
12-
# Add a page break to a paginated report (Report Builder)
14+
# Add a page break to a Report Builder paginated report
1315

1416
[!INCLUDE[ssrs-appliesto](../../includes/ssrs-appliesto.md)] [!INCLUDE [ssrs-appliesto-ssrs-rb](../../includes/ssrs-appliesto-ssrs-rb.md)] [!INCLUDE [ssrs-appliesto-pbi-rb](../../includes/ssrs-appliesto-pbi-rb.md)] [!INCLUDE [ssrb-applies-to-ssdt-yes](../../includes/ssrb-applies-to-ssdt-yes.md)]
1517

16-
You can add a page break to rectangles, data regions, or groups within data regions in paginated reports, to control the amount of information on each page. Adding page breaks can improve the performance of published reports because only the items on each page have to be processed as you view the report. When the whole report is a single page, all items must be processed before you can view the report.
18+
You can add a page break to rectangles, data regions, or groups within data regions in paginated reports to control the amount of information on each page. Adding page breaks can improve the performance of published reports, because only the items on each page have to be processed as you view the report. When the whole report is a single page, all items must be processed before you can view the report.
1719

1820
> [!NOTE]
19-
> [!INCLUDE[ssRBRDDup](../../includes/ssrbrddup-md.md)]
21+
> [!INCLUDE[ssRBRDDup](../../includes/ssrbrddup-md.md)]
2022
21-
### Add a page break to a data region
23+
## Add a page break to a data region
2224

23-
1. On the design surface, right-click the corner handle of the data region, and then select **Tablix Properties**.
25+
1. On the **Design** surface, right-click the corner handle of the data region, and then select **Tablix Properties**.
26+
27+
:::image type="content" source="../../reporting-services/report-design/media/tablix-properties.png" alt-text="Screenshot of the context menu for a data region highlighting the Tablix Properties option.":::
2428

25-
1. On the **General** tab, under **Page break options**, select one of the following options:
29+
1. On the **General** tab, under **Page break options**, select one of the following options:
2630

27-
- **Add a page break before**. Select this option when you want to add a page break before the table.
31+
- **Add a page break before**: Select this option when you want to add a page break before the table.
2832

29-
- **Add a page break after**. Select this option when you want to add a page break after the table.
33+
- **Add a page break after**: Select this option when you want to add a page break after the table.
3034

31-
- **Fit table on one page if possible**. Select this option when you want the data to stay on one page.
35+
- **Keep together on one page if possible**: Select this option when you want the data to stay on one page.
36+
37+
:::image type="content" source="../../reporting-services/report-design/media/add-page-break-to-data-region.png" alt-text="Screenshot of the Tablix Properties dialog box on the General tab highlighting the Page break options.":::
3238

33-
### Add a page break to a rectangle
39+
## Add a page break to a rectangle
3440

35-
1. On the design surface, right-click the rectangle where you want to add a page break, and then select **Rectangle Properties**.
41+
1. On the **Design surface**, right-click the rectangle where you want to add a page break, and then select **Rectangle Properties**.
3642

37-
1. On the **General** tab, under **Page break options**, select one of the following options:
43+
1. On the **General** tab, under **Page break options**, select one of the following options:
3844

39-
- **Add a page break before**. Select this option when you want to add a page break before the rectangle.
45+
- **Add a page break before**: Select this option when you want to add a page break before the rectangle.
4046

41-
- **Add a page break after**. Select this option when you want to add a page break after the rectangle.
47+
- **Add a page break after**: Select this option when you want to add a page break after the rectangle.
4248

43-
- **Omit border on page break**. Select this option when you don't want a border on the page break.
49+
- **Omit border on page break**: Select this option when you don't want a border on the page break.
4450

45-
- **Keep contents together on a single page, if possible**. Select this option when you want contents inside the rectangle to stay on one page.
51+
- **Keep contents together on a single page, if possible**: Select this option when you want contents inside the rectangle to stay on one page.
52+
53+
:::image type="content" source="../../reporting-services/report-design/media/add-page-break-to-rectangle.png" alt-text="Screenshot of the Rectangle Properties dialog box on the General tab highlighting the Page break options.":::
4654

47-
### Add a page break to a row group in a table, matrix, or list
55+
## Add a page break to a row group in a table, matrix, or list
4856

49-
1. In the **Grouping** pane, right-click a row group, and then select **Group Properties**.
57+
1. In the **Grouping** pane, right-click a row group, and then select **Group Properties**.
5058

5159
> [!NOTE]
52-
> Page breaks are ignored on column groups.
53-
54-
1. On the **Page Breaks** tab, select **Between each instance of a group** to add a page break between each instance of a group in the table.
60+
> Page breaks are ignored on column groups.
5561
56-
1. Optionally, select **Also at the start of a group** or **Also at the end of a group** to specify that a page break is added when a group starts or ends in the table.
62+
1. On the **Page Breaks** tab, select **Between each instance of a group** to add a page break between each instance of a group in the table.
5763

64+
1. Optionally, select **Also at the start of a group** or **Also at the end of a group** to specify that a page break is added when a group starts or ends in the table.
65+
66+
:::image type="content" source="../../reporting-services/report-design/media/add-page-break-to-group.png" alt-text="Screenshot of the Group Properties dialog box on the Page Breaks tab highlighting the Page break options.":::
67+
5868
## Related content
59-
[Pagination in Reporting Services (Report Builder)](../../reporting-services/report-design/pagination-in-reporting-services-report-builder-and-ssrs.md)
60-
[Renderer behaviors (Report Builder)](../../reporting-services/report-design/rendering-behaviors-report-builder-and-ssrs.md)
61-
[Page headers and footers (Report Builder)](../../reporting-services/report-design/page-headers-and-footers-report-builder-and-ssrs.md)
62-
63-
69+
70+
- [Pagination in paginated reports (Microsoft Report Builder)](../../reporting-services/report-design/pagination-in-reporting-services-report-builder-and-ssrs.md)
71+
- [Rendering behaviors in a paginated report (Report Builder)](../../reporting-services/report-design/rendering-behaviors-report-builder-and-ssrs.md)
72+
- [Page headers and footers in a paginated report (Report Builder)](../../reporting-services/report-design/page-headers-and-footers-report-builder-and-ssrs.md)
73+

0 commit comments

Comments
 (0)