Skip to content

Commit 8755106

Browse files
docs: fix slug (#1823)
1 parent dbcbedd commit 8755106

File tree

1 file changed

+1
-1
lines changed
  • designing-reports/connecting-to-data/expressions/extending-expressions

1 file changed

+1
-1
lines changed

designing-reports/connecting-to-data/expressions/extending-expressions/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ previous_url: /expressions-extending-expressions, /designing-reports/connecting-
1313

1414
Expressions can easily be extended by providing user functions written in any .NET language. This is very useful in addition to the built-in functions, providing more complex domain-specific calculations or uniform calculations because it speeds up the processing and boosts the performance. Furthermore, you can add custom aggregate functions to apply domain-specific logic while accumulating values.
1515

16-
In order to expose your custom functions, so they can be utilized by the Reporting engine, you have to add a reference to the assembly they are defined in. This can be done through the [assemblyReferences element]({%slug telerikreporting/using-reports-in-applications/export-and-configure/configure-the-report-engine/assemblyreferences-elementAssemblyReferences%}) in the application's configuration file.
16+
In order to expose your custom functions, so they can be utilized by the Reporting engine, you have to add a reference to the assembly they are defined in. This can be done through the [assemblyReferences element]({%slug telerikreporting/using-reports-in-applications/export-and-configure/configure-the-report-engine/assemblyreferences-element%}) in the application's configuration file.
1717

1818
````XML
1919
<configuration>

0 commit comments

Comments
 (0)