Skip to content

Commit e457743

Browse files
committed
ms 2 rb no
1 parent 032a44d commit e457743

4 files changed

Lines changed: 17 additions & 6 deletions

File tree

docs/includes/ssrs-appliesto-not-pbi-rb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
ms.custom: include file
1212
---
1313

14-
Power BI Report Builder
14+
 Power BI Report Builder

docs/includes/ssrs-appliesto-not-pbirs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
description: include file
44
services:
55
author: maggiesMSFT
6-
ms.service:
6+
ms.service: powerbi
77
ms.topic: include
88
ms.date: 03/26/2018
99
ms.author: maggies
1010
ms.custom: include file
1111
---
1212

13-
Power BI Report Server
13+
 Power BI Report Server
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.topic: include
7+
ms.date: 10/18/2021
8+
ms.author: maggies
9+
ms.custom: include file
10+
---
11+
12+
 Microsoft Report Builder (SSRS)

docs/reporting-services/report-design/custom-code-and-assembly-references-in-expressions-in-report-designer-ssrs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ ms.author: maggies
2424
---
2525
# Custom code and assembly references in expressions in a paginated report in Report Designer (SSRS)
2626

27+
[!INCLUDE[ssrs-appliesto](../../includes/ssrs-appliesto.md)] [!INCLUDE [ssrb-applies-to-ssdt-yes](../../includes/ssrb-applies-to-ssdt-yes.md)] [!INCLUDE [ssrs-appliesto-not-pbi-rb](../../includes/ssrs-appliesto-not-pbi-rb.md)] [!INCLUDE [ssrs-appliesto-not-ssrs-rb](../../includes/ssrs-appliesto-not-ssrs-rb.md)]
2728

28-
[!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)]
29-
30-
You can add references to custom code embedded in a paginated report or to custom assemblies that you build and save to your computer and deploy to the report server. Use embedded code for custom constants, complex functions or functions that are used multiple times in a single report. Use custom code assemblies to maintain code in a single place and share it for use by multiple reports. Custom code can include new custom constants, variables, functions, or subroutines. You can include read-only references to built-in collections such as the Parameters collection. However, you cannot pass sets of report data values to custom functions; specifically, custom aggregates are not supported.
29+
You can add references to custom code embedded in a report or to custom assemblies that you build and save to your computer and deploy to the report server. Use embedded code for custom constants, complex functions or functions that are used multiple times in a single report. Use custom code assemblies to maintain code in a single place and share it for use by multiple reports. Custom code can include new custom constants, variables, functions, or subroutines. You can include read-only references to built-in collections such as the Parameters collection. However, you cannot pass sets of report data values to custom functions; specifically, custom aggregates are not supported.
3130

3231
> [!IMPORTANT]
3332
> For time-sensitive calculations that are evaluated once at run-time and that you want to remain the same value throughout report processing, consider whether to use a report variable or group variable. For more information, see [Report and Group Variables Collections References (Report Builder and SSRS)](../../reporting-services/report-design/built-in-collections-report-and-group-variables-references-report-builder.md).

0 commit comments

Comments
 (0)