Skip to content

Commit 7375694

Browse files
authored
Merge pull request #19648 from maggiesMSFT/ms-rb-includes
add includes for RB
2 parents 9eec084 + 5e9d2be commit 7375694

9 files changed

Lines changed: 109 additions & 63 deletions
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: include file
3+
description: include file
4+
services:
5+
author: maggiesMSFT
6+
ms.service:
7+
ms.topic: include
8+
ms.date: 06/24/2021
9+
ms.author: maggies
10+
ms.custom: include file
11+
---
12+
✔ Power BI Report Builder
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: include file
3+
description: include file
4+
services:
5+
author: maggiesMSFT
6+
ms.service:
7+
ms.topic: include
8+
ms.date: 06/24/2021
9+
ms.author: maggies
10+
ms.custom: include file
11+
---
12+
✔ Report Builder
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: include file
3+
description: include file
4+
services:
5+
author: maggiesMSFT
6+
ms.service:
7+
ms.topic: include
8+
ms.date: 06/24/2021
9+
ms.author: maggies
10+
ms.custom: include file
11+
---
12+
✔ Report Designer in SQL Server Data Tools

docs/reporting-services/report-design/add-a-background-image-report-builder-and-ssrs.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Add a Background Image (Report Builder) | Microsoft Docs"
3-
description: Discover how to embed an image in the report definition to add the image to a variety of report items including text boxes, lists, and page header.
2+
title: "Add a background image to a paginated report (Report Builder) | Microsoft Docs"
3+
description: Discover how to embed an image in the paginated report definition to add the image to a variety of report items including text boxes, lists, and page header.
44
ms.date: 03/01/2017
55
ms.prod: reporting-services
66
ms.prod_service: "reporting-services-native"
@@ -12,13 +12,13 @@ ms.assetid: c777fefb-8695-44a7-b5cd-a18c587583f2
1212
author: maggiesMSFT
1313
ms.author: maggies
1414
---
15-
# Add a Background Image (Report Builder and SSRS)
16-
You can add a background image to a report item such as a rectangle, text box, list, matrix, table, and some parts of a chart, or a report section such as the page header, page footer, or report body. You can define a background image for any selected item on the report design surface that displays **BackgroundImage** in the Properties pane. Like other images, the background image can be a URL to an image on the report server, an image from a dataset field, or an image embedded in the report definition. To use an image embedded in the report, you must first add the image to the report definition before you can add the image to the design surface.
17-
18-
> [!NOTE]
19-
> [!INCLUDE[ssRBRDDup](../../includes/ssrbrddup-md.md)]
20-
21-
### To embed an image in the report definition
15+
# Add a background image to a paginated report (Report Builder)
16+
17+
[!INCLUDE [ssrs-appliesto](../../includes/ssrs-appliesto.md)] [!INCLUDE [ssrb-applies-to-report-builder-yes](../../includes/ssrb-applies-to-report-builder-yes.md)] [!INCLUDE [ssrb-applies-to-power-bi-rb-yes](../../includes/ssrb-applies-to-power-bi-rb-yes.md)] [!INCLUDE [ssrb-applies-to-ssdt-yes](../../includes/ssrb-applies-to-ssdt-yes.md)]
18+
19+
You can add a background image to a paginated report item such as a rectangle, text box, list, matrix, table, and some parts of a chart, or a report section such as the page header, page footer, or report body. You can define a background image for any selected item on the report design surface that displays **BackgroundImage** in the Properties pane. Like other images, the background image can be a URL to an image on the report server, an image from a dataset field, or an image embedded in the report definition. To use an image embedded in the report, you must first add the image to the report definition before you can add the image to the design surface.
20+
21+
## To embed an image in the report definition
2222

2323
1. In the Report Data pane, right-click the **Images** node, and then click **Add Image**.
2424

@@ -27,7 +27,7 @@ ms.author: maggies
2727
2828
2. Navigate to the image you want to embed in your report definition, and then click **OK**.
2929

30-
### To add a background image
30+
## To add a background image
3131

3232
1. In report design view, select the report item to which you want to add a background image.
3333

docs/reporting-services/report-design/add-a-data-bound-image-report-builder-and-ssrs.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Add a Data-Bound Image (Report Builder) | Microsoft Docs"
3-
description: Learn how to reference an image that is stored in a database to display the image in your reports in Report Builder.
2+
title: "Add a data-bound image to a paginated report (Report Builder) | Microsoft Docs"
3+
description: Learn how to reference an image that is stored in a database to display the image in your paginated reports in Report Builder.
44
ms.date: 03/01/2017
55
ms.prod: reporting-services
66
ms.prod_service: "reporting-services-native"
@@ -12,15 +12,15 @@ ms.assetid: df4c38d4-bfcc-41c4-aa6d-952ca6fd7a2e
1212
author: maggiesMSFT
1313
ms.author: maggies
1414
---
15-
# Add a Data-Bound Image (Report Builder and SSRS)
16-
A report can include a reference to an image that is stored in a database. Such an image is known as a *data-bound image*. The pictures that appear alongside product names in a product list are examples of data-bound images.
17-
18-
Adding a data-bound image to a page header or page footer requires additional steps. For more information, see [Page Headers and Footers (Report Builder and SSRS)](../../reporting-services/report-design/page-headers-and-footers-report-builder-and-ssrs.md).
19-
20-
> [!NOTE]
21-
> [!INCLUDE[ssRBRDDup](../../includes/ssrbrddup-md.md)]
15+
# Add a data-bound image to a paginated report (Report Builder)
16+
17+
[!INCLUDE [ssrs-appliesto](../../includes/ssrs-appliesto.md)] [!INCLUDE [ssrb-applies-to-report-builder-yes](../../includes/ssrb-applies-to-report-builder-yes.md)] [!INCLUDE [ssrb-applies-to-power-bi-rb-yes](../../includes/ssrb-applies-to-power-bi-rb-yes.md)] [!INCLUDE [ssrb-applies-to-ssdt-yes](../../includes/ssrb-applies-to-ssdt-yes.md)]
18+
19+
A paginated report can include a reference to an image that is stored in a database. Such an image is known as a *data-bound image*. The pictures that appear alongside product names in a product list are examples of data-bound images.
2220

23-
### To add a data-bound image
21+
Adding a data-bound image to a page header or page footer requires additional steps. For more information, see [Page Headers and Footers (Report Builder and SSRS)](../../reporting-services/report-design/page-headers-and-footers-report-builder-and-ssrs.md).
22+
23+
## To add a data-bound image
2424

2525
1. In report design view, create a table with a data source connection and a dataset with a field that contains binary image data. For more information, see [Tables (Report Builder and SSRS)](../../reporting-services/report-design/tables-report-builder-and-ssrs.md).
2626

docs/reporting-services/report-design/add-an-external-image-report-builder-and-ssrs.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Add an External Image (Report Builder) | Microsoft Docs"
2+
title: "Add an external image to a paginated report (Report Builder) | Microsoft Docs"
33
description: Learn how to add an image to your report from an external source with appropriate verification and permissions in Report Builder.
44
ms.date: 03/01/2017
55
ms.prod: reporting-services
@@ -12,13 +12,13 @@ ms.assetid: 81fd4a1f-79a9-4967-86d6-6229413c0995
1212
author: maggiesMSFT
1313
ms.author: maggies
1414
---
15-
# Add an External Image (Report Builder and SSRS)
16-
External images can be on a report server in native mode or SharePoint integrated mode, or on any other Web site. When you include external images in your report, you must verify that the image exists and that the report reader has permissions to access the image. For more information, see [Images (Report Builder and SSRS)](../../reporting-services/report-design/images-report-builder-and-ssrs.md).
17-
18-
> [!NOTE]
19-
> [!INCLUDE[ssRBRDDup](../../includes/ssrbrddup-md.md)]
20-
21-
### To add an external image
15+
# Add an external image to a paginated report (Report Builder)
16+
17+
[!INCLUDE [ssrs-appliesto](../../includes/ssrs-appliesto.md)] [!INCLUDE [ssrb-applies-to-report-builder-yes](../../includes/ssrb-applies-to-report-builder-yes.md)] [!INCLUDE [ssrb-applies-to-power-bi-rb-yes](../../includes/ssrb-applies-to-power-bi-rb-yes.md)] [!INCLUDE [ssrb-applies-to-ssdt-yes](../../includes/ssrb-applies-to-ssdt-yes.md)]
18+
19+
External images can be on a report server in native mode or any other Web site, including a report server in SharePoint integrated mode (SQL Server 2016 or before). When you include external images in your paginated report, you must verify that the image exists and that the report reader has permissions to access the image. For more information, see [Images (Report Builder)](../../reporting-services/report-design/images-report-builder-and-ssrs.md).
20+
21+
## To add an external image
2222

2323
1. In report design view, on the **Insert** tab, click **Image**.
2424

@@ -30,11 +30,11 @@ ms.author: maggies
3030

3131
5. In **Select the image source**, select **External**.
3232

33-
For an image on a report server in native mode, type a relative path to the image in the **Use this image** box-for example, ../images/image1.jpg.
33+
For an image on a report server in native mode, type a relative path to the image in the **Use this image** box-for example, ../images/image1.jpg.
3434

35-
For an image on a report server in SharePoint integrated mode, or any other Web site, type a full URL to the image in the **Use this image** box-for example, https://\<SharePointservername>/\<site>/Documents/images/image1.jpg.
35+
For an image on any Web site (including a report server in SharePoint integrated mode), type a full URL to the image in the **Use this image** box: for example, `https://\<SharePointservername>/\<site>/Documents/images/image1.jpg`.
3636

37-
For more information, see [Specifying Paths to External Items &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/specifying-paths-to-external-items-report-builder-and-ssrs.md).
37+
For more information, see [Specifying Paths to External Items &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/specifying-paths-to-external-items-report-builder-and-ssrs.md).
3838

3939
6. (Optional) Click **Size**, **Visibility**, **Action**, or **Border** to set additional properties for the image report item.
4040

docs/reporting-services/report-design/embed-an-image-in-a-report-report-builder-and-ssrs.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Embed an Image in a Report (Report Builder) | Microsoft Docs"
3-
description: Make an image readily available to a report. Use an image that's embedded in the report and listed in the Report Data pane of Report Builder.
2+
title: "Embed an image in a paginated report (Report Builder) | Microsoft Docs"
3+
description: Make an image readily available to a paginated report. Use an image that's embedded in the report and listed in the Report Data pane of Report Builder.
44
ms.date: 03/01/2017
55
ms.prod: reporting-services
66
ms.prod_service: "reporting-services-native"
@@ -15,15 +15,15 @@ ms.assetid: aed77345-5eeb-41f0-96c9-db6b4a11ec6f
1515
author: maggiesMSFT
1616
ms.author: maggies
1717
---
18-
# Embed an Image in a Report (Report Builder and SSRS)
19-
A report can include an embedded image. Embedding an image ensures that the image is always available to a report, but can affect the size of the report definition, the file that defines the report. The images embedded in a report are listed in the Report Data pane.
20-
21-
You might want to embed an image in the report definition before adding the image to the design surface. For more information, see [Add a Background Image &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/add-a-background-image-report-builder-and-ssrs.md).
22-
23-
> [!NOTE]
24-
> [!INCLUDE[ssRBRDDup](../../includes/ssrbrddup-md.md)]
18+
# Embed an image in a paginated report (Report Builder)
19+
20+
[!INCLUDE [ssrs-appliesto](../../includes/ssrs-appliesto.md)] [!INCLUDE [ssrb-applies-to-report-builder-yes](../../includes/ssrb-applies-to-report-builder-yes.md)] [!INCLUDE [ssrb-applies-to-power-bi-rb-yes](../../includes/ssrb-applies-to-power-bi-rb-yes.md)] [!INCLUDE [ssrb-applies-to-ssdt-yes](../../includes/ssrb-applies-to-ssdt-yes.md)]
21+
22+
A paginated report can include an embedded image. Embedding an image ensures that the image is always available to a report, but can affect the size of the report definition, the file that defines the report. The images embedded in a report are listed in the Report Data pane.
2523

26-
### To embed an image in a report
24+
You might want to embed an image in the report definition before adding the image to the design surface. For more information, see [Add a Background Image &#40;Report Builder&#41;](../../reporting-services/report-design/add-a-background-image-report-builder-and-ssrs.md).
25+
26+
## To embed an image in a report
2727

2828
1. In report design view, on the **Insert** tab, click **Image**.
2929

@@ -46,7 +46,7 @@ ms.author: maggies
4646
> [!NOTE]
4747
> The MIME type (for example, bmp) is derived automatically when the image is imported. To change the MIME type, see the next procedure.
4848
49-
### (optional) To change the MIME type of an imported image
49+
## (optional) To change the MIME type of an imported image
5050

5151
1. Open the report in Design view.
5252

docs/reporting-services/report-design/images-report-builder-and-ssrs.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Images (Report Builder) | Microsoft Docs"
3-
description: Find out about images as items in Report Builder. These items contain a reference to an image embedded in a report or stored in a database.
4-
ms.date: 03/01/2017
2+
title: "Images in paginated reports (Report Builder) | Microsoft Docs"
3+
description: Find out about images as items in paginated reports in Report Builder. These items contain a reference to an image embedded in a report or stored in a database.
4+
ms.date: 06/24/2021
55
ms.prod: reporting-services
66
ms.prod_service: "reporting-services-native"
77
ms.technology: report-design
@@ -12,13 +12,13 @@ ms.assetid: fcc2db5c-5c26-4607-ae2b-f65c80360536
1212
author: maggiesMSFT
1313
ms.author: maggies
1414
---
15-
# Images (Report Builder and SSRS)
16-
An image is a report item that contains a reference to an image that is embedded in the report, stored in a database, stored on the report server, or stored elsewhere on the Web. An image can be a picture that is repeated with rows of data. You can also use an image as a background for certain report items.
15+
# Images in paginated reports (Report Builder)
16+
17+
[!INCLUDE [ssrs-appliesto](../../includes/ssrs-appliesto.md)] [!INCLUDE [ssrb-applies-to-report-builder-yes](../../includes/ssrb-applies-to-report-builder-yes.md)] [!INCLUDE [ssrb-applies-to-power-bi-rb-yes](../../includes/ssrb-applies-to-power-bi-rb-yes.md)] [!INCLUDE [ssrb-applies-to-ssdt-yes](../../includes/ssrb-applies-to-ssdt-yes.md)]
18+
19+
An image is a paginated report item that contains a reference to an image that is embedded in the report, stored in a database, stored on the report server, or stored elsewhere on the Web. An image can be a picture that is repeated with rows of data. You can also use an image as a background for certain report items.
1720

18-
Storing logos on a server is a good idea because you can use the same logo in many reports.
19-
20-
> [!NOTE]
21-
> [!INCLUDE[ssRBRDDup](../../includes/ssrbrddup-md.md)]
21+
Storing logos on a server is a good idea because you can use the same logo in many reports.
2222

2323
## <a name="ComparingImages"></a> Comparing External, Embedded, and Data-Bound Images
2424
When you use a server-based or other external image in a report, the image item contains a path that points to an image on the report server or wherever it exists on the Web. When you use an embedded image, however, the image data is stored within the report definition and does not exist as a separate file.
@@ -61,8 +61,18 @@ ms.author: maggies
6161

6262
## <a name="DataboundImages"></a> Data-bound Images
6363
You can add images that are stored in a database to your report. You use the same image report item as the one used for static images, but with a set of properties that indicate that the image is stored in a database. To view instructions about working with data-bound images, see [Add a Data-Bound Image &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/add-a-data-bound-image-report-builder-and-ssrs.md).
64-
65-
64+
65+
## Supported file types
66+
67+
These are the image file types you can use in paginated reports:
68+
69+
- BMP
70+
- GIF
71+
- JPG
72+
- PNG
73+
74+
SVG files aren't supported.
75+
6676
## <a name="HowTo"></a> How-to Topics
6777
[Add an External Image &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/add-an-external-image-report-builder-and-ssrs.md)
6878

docs/reporting-services/toc.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -711,16 +711,16 @@
711711
- name: Images, Text Boxes, Rectangles, and Lines
712712
href: ../reporting-services/report-design/images-text-boxes-rectangles-and-lines-report-builder-and-ssrs.md
713713
items:
714-
- name: Text Boxes (Report Builder and SSRS)
714+
- name: Text Boxes (Report Builder)
715715
href: ../reporting-services/report-design/text-boxes-report-builder-and-ssrs.md
716716
items:
717-
- name: Add, Move, or Delete a Text Box (Report Builder and SSRS)
717+
- name: Add, Move, or Delete a Text Box (Report Builder)
718718
href: ../reporting-services/report-design/add-move-or-delete-a-text-box-report-builder-and-ssrs.md
719-
- name: Set Text Box Orientation (Report Builder and SSRS)
719+
- name: Set Text Box Orientation (Report Builder)
720720
href: ../reporting-services/report-design/set-text-box-orientation-report-builder-and-ssrs.md
721-
- name: Allow a Text Box to Grow or Shrink (Report Builder and SSRS)
721+
- name: Allow a Text Box to Grow or Shrink (Report Builder)
722722
href: ../reporting-services/report-design/allow-a-text-box-to-grow-or-shrink-report-builder-and-ssrs.md
723-
- name: Rectangles and Lines (Report Builder and SSRS)
723+
- name: Rectangles and Lines (Report Builder)
724724
href: ../reporting-services/report-design/rectangles-and-lines-report-builder-and-ssrs.md
725725
items:
726726
- name: Add a Rectangle or Container (Report Builder and SSRS)
@@ -729,16 +729,16 @@
729729
href: ../reporting-services/report-design/add-and-modify-a-line-report-builder-and-ssrs.md
730730
- name: Add a Border to a Report (Report Builder and SSRS)
731731
href: ../reporting-services/report-design/add-a-border-to-a-report-report-builder-and-ssrs.md
732-
- name: Images (Report Builder and SSRS)
732+
- name: Images (Report Builder)
733733
href: ../reporting-services/report-design/images-report-builder-and-ssrs.md
734734
items:
735-
- name: Add an External Image (Report Builder and SSRS)
735+
- name: Add an External Image (Report Builder)
736736
href: ../reporting-services/report-design/add-an-external-image-report-builder-and-ssrs.md
737-
- name: Embed an Image in a Report (Report Builder and SSRS)
737+
- name: Embed an Image in a Report (Report Builder)
738738
href: ../reporting-services/report-design/embed-an-image-in-a-report-report-builder-and-ssrs.md
739-
- name: Add a Background Image (Report Builder and SSRS)
739+
- name: Add a Background Image (Report Builder)
740740
href: ../reporting-services/report-design/add-a-background-image-report-builder-and-ssrs.md
741-
- name: Add a Data-Bound Image (Report Builder and SSRS)
741+
- name: Add a Data-Bound Image (Report Builder)
742742
href: ../reporting-services/report-design/add-a-data-bound-image-report-builder-and-ssrs.md
743743
- name: Formatting Report Items
744744
href: ../reporting-services/report-design/formatting-report-items-report-builder-and-ssrs.md

0 commit comments

Comments
 (0)