Skip to content

Commit 01afa68

Browse files
formatting and links updated
1 parent 12fa4b1 commit 01afa68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

knowledge-base/how-to-use-custom-function-in-report-server.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@ Extending the report engine of the Report Server is not supported out of the box
2828
<li>Copy the assembly containing the user function(s) in:
2929
<ul>
3030
<li>
31-
The bin folder of the Report Server web application, i.e. (Telerik Report Server installation folder)\Telerik.ReportServer.Web\bin (usually C:\Program Files (x86)\Progress\Telerik Report Server\Telerik.ReportServer.Web\bin)
31+
The bin folder of the Report Server web application, i.e. (<i>Telerik Report Server installation folder</i>)\Telerik.ReportServer.Web\bin (usually <b>C:\Program Files (x86)\Progress\Telerik Report Server\Telerik.ReportServer.Web\bin</b>)
3232
</li>
3333
<li>
34-
for scheduling services only - in the folder of the scheduling service, i.e. (Telerik Report Server installation folder)\Services (usually C:\Program Files (x86)\Progress\Telerik Report Server\Services)
34+
for scheduling services only - in the folder of the scheduling service, i.e. (<i>Telerik Report Server installation folder</i>)\Services (usually <i>C:\Program Files (x86)\Progress\Telerik Report Server\Services</i>)
3535
</li>
3636
</ul>
3737
</li>
38-
<li>Register the same assembly in the corresponding application configuration files, using the snippets that could be found here[a link](https://docs.telerik.com/reporting/standalone-report-designer-extending-configuration)
38+
<li>Register the same assembly in the corresponding application configuration files, using the snippets that could be found <a href="https://docs.telerik.com/reporting/standalone-report-designer-extending-configuration">here</a>.
3939
<ul>
4040
<li>
41-
in (Telerik Report Server installatiion folder)\Telerik.ReportServer.Web\Web.config (usually C:\Program Files (x86)\Progress\Telerik Report Server\Telerik.ReportServer.Web\Web.config)
41+
in (<i>Telerik Report Server installatiion folder</i>)\Telerik.ReportServer.Web\Web.config (usually <b>C:\Program Files (x86)\Progress\Telerik Report Server\Telerik.ReportServer.Web\Web.config</b>)
4242
</li>
4343
<li>
44-
for scheduling services only in (Telerik Report Server installatiion folder)\Services\Telerik.ReportServer.ServiceAgent.exe.config (usually C:\Program Files (x86)\Progress\Telerik Report Server\Services\Telerik.ReportServer.ServiceAgent.exe.config)
44+
for scheduling services only in (<i>Telerik Report Server installatiion folder</i>)\Services\Telerik.ReportServer.ServiceAgent.exe.config (usually <i>C:\Program Files (x86)\Progress\Telerik Report Server\Services\Telerik.ReportServer.ServiceAgent.exe.config</i>)
4545
</li>
4646
</ul>
4747
</li>
4848
</ol>
4949

50-
If the custom functions are aggregate functions, it would be necessary the Telerik Reporting version used for creating the custom assembly, and the one used in Telerik Report Server to match. If the Telerik Reporting version on the Report Server is newer, you could use binding redirect to point the version of Telerik Reporting used to create the aggregate function in the same way as explained in this help article.
50+
If the custom functions are aggregate functions, it would be necessary the Telerik Reporting version used for creating the custom assembly, and the one used in Telerik Report Server to match. If the Telerik Reporting version on the Report Server is newer, you could use binding redirect to point the version of Telerik Reporting used to create the aggregate function in the same way as explained in [this help article](https://docs.telerik.com/reporting/standalone-report-designer-configuration/).
5151

0 commit comments

Comments
 (0)