You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/how-to-use-custom-function-in-report-server.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -28,24 +28,24 @@ Extending the report engine of the Report Server is not supported out of the box
28
28
<li>Copy the assembly containing the user function(s) in:
29
29
<ul>
30
30
<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>)
32
32
</li>
33
33
<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>)
35
35
</li>
36
36
</ul>
37
37
</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>.
39
39
<ul>
40
40
<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>)
42
42
</li>
43
43
<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>)
45
45
</li>
46
46
</ul>
47
47
</li>
48
48
</ol>
49
49
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/).
0 commit comments