This is a migrated thread and some comments may be shown as answers.

UserFunctions: nuget package for Telerik.Reporting.dll?

2 Answers 870 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
joshblair
Top achievements
Rank 2
joshblair asked on 19 Sep 2019, 08:58 PM

Hello,

Note: I'm brand-new to Telerik Reporting development. 

 

I am trying to build a user function that our report builders can use when building reports to do some special formatting, timezone handling, etc. This assembly that I am building will need to be deployed/installed on the report server that is running Telerik Reporting Server so that our report builders can leverage the new functionality provided by my assembly containing the custom user functions.

 

I am trying to figure out how to give my new class library project access to the Telerik.Reporting.Expressions namespace. Specifically, I need Telerik.Reporting.Expressions.FunctionAttribute and some other custom attributes.

 

Namespace:  Telerik.Reporting.Expressions
Assembly:  Telerik.Reporting (in Telerik.Reporting.dll)

 

Thanks!



2 Answers, 1 is accepted

Sort by
0
Accepted
Silviya
Telerik team
answered on 24 Sep 2019, 10:08 AM

Hello Josh,

You would need to add Telerik.Reporting reference in your class library either as DLL that is available in Telerik Reporting installation Bin directory or as NuGet package available in Telerik private NuGet repository.

Then you need to import the Telerik.Reporting.Expressions namespace:

using Telerik.Reporting.Expressions

Finally, you would need to extend the report engine of the Report Server. Check this article to see how to do it: How to configure Telerik Report Server to use reports with custom functions.

Best Regards,
Silviya
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
joshblair
Top achievements
Rank 2
answered on 24 Sep 2019, 03:26 PM

Silviya,

Thanks for this info and the other resources. It is a huge help.

Cheers,

Josh Blair

Tags
General Discussions
Asked by
joshblair
Top achievements
Rank 2
Answers by
Silviya
Telerik team
joshblair
Top achievements
Rank 2
Share this question
or