Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 2.45 KB

File metadata and controls

39 lines (25 loc) · 2.45 KB
title Set synchronization scope in a paginated report
description Set synchronization scope in a paginated report with indicators to convey data values by synchronizing across the range of indicator values in Report Builder.
ms.date 09/25/2024
ms.service reporting-services
ms.subservice report-design
ms.topic how-to
ms.custom
updatefrequency5

Set synchronization scope in a paginated report (Report Builder)

[!INCLUDEssrs-appliesto] [!INCLUDE ssrs-appliesto-ssrs-rb] [!INCLUDE ssrs-appliesto-pbi-rb] [!INCLUDE ssrb-applies-to-ssdt-yes]

In a paginated report, indicators convey data values by synchronizing across the range of indicator values within a specified scope.

By default, the scope is the parent container of the indicator such as the table or matrix that contains the indicator. You can change the synchronization of the indicator depending on the layout of your report. For example, if a data region such as a table has a row group, you can specify the group as the indicator scope. The indicator can also omit synchronization.

Options such as measurement units can be set by using expressions. For more information, see Expressions (Report Builder and SSRS).

For general information about understanding and setting scope within reports, see Expression Scope for Totals, Aggregates, and Built-in Collections (Report Builder and SSRS).

To change the synchronization scope of an indicator

  1. Right-click the indicator you want to change and click Indicator Properties.

  2. Click Values and States in the left pane.

  3. In the Synchronization scope list, click the scope that you want to apply.

    The (None) option, which removes synchronization scope from the indicator, is always available. Other options depend on the layout of your report.

    Optionally, click the Expression (fx) button to edit an expression that sets the scope.

  4. Select OK.

Related content