The test emails are getting sent by not the Forgot Password ones.
I tried restarting the IIS site and it is still not working.
Hello,
I have created, deployed, and configured (the app config for) an assembly that contains User Functions. I can see the user Functions in the Report Designer as expected. If I try to use one of the user function methods, I get zero output. I was worried that because the public class and public functions are declared as static that maybe I was trying to do too much (and possibly using too many resources) so I simplified it to the greet method shown in a few examples. All it does is take a string as parameter and format that string with a greeting. Super simple. My copy of that user method doesn't return anything either.
Any ideas why my User Functions are returning zero data?
I do have unit tests that prove these functions work as designed.
What kind of limitations, if any, should I be aware of when building and using User Functions?
Are there any resources on building and using User Functions in the Report Designer? Also, is this the correct forum?
Thanks for the help and insight.
Josh Blair
HDS Labs, LLC
Hello,
Is there an article on how setup a project that contains a public static class that contains function for use as user defined function in the report builder?
Is there an article that explains how to deploy this type of assembly to the Report Server so that report builders can use this assembly?
Thanks for the guidance,
Josh Blair
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!
Hi,
I have an urgent need to deploy Report Server on 2 different server nodes, with load balancing.Does Reports Server support that, and how do I go about replicating reports/data sources across the 2 nodes.
Thanks
Madani
We have reports deployed to a report server and they've been working great. All of the sudden, they are now throwing an error: Error loading the report viewer's templates. (Template = http://server/api/reports/resources/templates/telerikReportViewerTemplate-html). In dev tools it has: XMLHttpRequest cannot load http://server/api/reports/resources/templates/telerikReportViewerTemplate-html. The 'Access-Control-Allow-Origin' header has a value 'http://localhost:10969' that is not equal to the supplied origin. Origin 'http://someOtherServer' is therefore not allowed access.
We call the reports from two different domains (azurewebsites and then a custom subdomain). How can we accomplish this?
Thanks,
Nick
I will start the trial and have several questions about our requirements
What is a prefer way the deploy the report server to Azure?
I not found any example how to use report server as docker container
We use Team Services for deploying our services. Is there any way to change the connection strings during deploying, today the prefer way is environment variables.
Is there multi tenancy support?
Thanks
Hi.
We use Telerik Report Server in connection with our web gis system, and users are managed in this system.
When we fetch a report, it's done with a GET, which enables the user to "hack" the parameter values that are attached. This is not desireable.
1st question: How come TRS only allows reports to be executed using GET ?
Adding POST would enable us to hide the parameters.
2nd question: Why does TRS add all parameters to the URL in the address bar, when executing the report, even those that aren't given originally and not visible ?
This make hiding parameter values from users very difficult.
Cheers.
Hi.
It seems that the report server web interface has a bug.
When I upload two versions of these same report (but with internal differences), with identical names but in different categories, it works just fine.
But if I try to edit the description of either in the web interface, it throw an error about multiple report with identical names.
How come the web interface doesn't include the category in this assesment ?
Cheers.