Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In version 8.6.1 the following property was added:

In version 9.1 the following property was added:

To set these properties on the Server go to web.config located in \Reporting Services\ReportServer. Add  Add the following code for the desired properties:

Code Block

<appSettings>
             <add key="PreserveStrings" value="True"/>
             <add key="RemoveExtraDataMarkers" value="True"/>
              <add key="EnableNextFields" value="True"/>
             <add key="UpdateIfFields" value="True"/>
             <add key="PreserveFields" value="True"/>
             <add key="UnlinkIfFields" value="True"/>
             <add key="LineBreaksToParagraphs" value="True" />
</appSettings>

...

Note: The keys are case sensitive so make sure True is capitalized. The default value of these properties is False.

 

Note
titleSSRS Subscriptions

 If you would like to enable this functionality for SSRS subscriptions also make the same changes to ReportingServicesService.exe.config file in \Reporting Services\ReportServer\bin\.