hello
i want to Displaying data with alternating-style rows and i used your code RowNumber()%2 = 1 or 0 in conditional formatting but is it not working for me!
i show you in this video
please help me
Hi,
I use a multi-value Parameter to select a subset of data in an IN clause.
On SQL Server if the User selects a lot/all of the possible values, this occasionally leads to the following error:
Too many parameters were provided in this RPC request. The maximum is 2100.
Since SQL Server does not support arrays as parameters, I assume the reporting engine does some magic to rewrite the parameters to
IN(@p1, @p2, @p3 ...)
Is there a way to workaround the problem, for example by using a temporary table with the parameter values?
Regards
Erwin
Is it possible to display server timezone in this format "DD-Mmm-YYYY hh:mm:ss timezone" in Telerik Reports
For Example -
Example 1: "13-May-2020 03:30:53 AM
EST".
Example 2: "13-May-2020 12:30:53 AM PST".
Example 3: "13-May-2020 01:30:53 PM IST".
Hello,
We have a web application (front end - Angular and back end - .Net c#) that will work on Cloud.
We are using Telerik report designer to create reports. Currently user can view designed Telerik reports inside application through telerik Angular report viewer.
What we want to do: we want user (not developer) to be able to change Telerik report inside application and save them for later use.
We know that Telerik Web Report Designer allows us to customize reports inside web application.
But there are no resources or documentations on how to implement it in an Angular application.
we wonder if anyone has tried Web Report Designer on Angular applications before and appreciate
if they can share their knowledge/experience.
Thank you
Hello, i was trying to implement the designer in a NETCore 3.1 application but the examples in the code and in the site documentation only points to NETCore 2.1
When i try to change the example to NETCore 3.1 i have a lot of errors.
Is there anyway you can point me in the direction of how to achieve this? Thank you
Hello, i am trying to use WebReportDesigner in my NetCore Angular application, but i don't seem to get it to work whatever i do.
Can you please provide an example on How can i achieve this? Thank you very much
Hi,
I'm porting a Silverlight application to Asp Net Core 3.1 Web Api for back end.
In this SL application I have many reports defined in a Visual Studio project with custom Datasource (using event NeedDatasource).
I can't mix .net core and framework assemblies and report designer in VS works only for framework 4.x projects so I can't re-use same project/dll. Is this correct, there are no ways?
If no, as I understand, I must use the Standalone Report Designer with custom assemblies for custom datasources. These assemblies should be net core or net standard assemblies, or can be also net framework assemblies?
Probably I will have also reports with only SqlDatasource.
I'm new to Standalone Designer, what are the guidelines for developing reports in my situation, for example, put everything (TRDX, Stand Alone Designer, and custom assemblies) in same folder.
How these assembly can read the connection string (from .settings file of Report Designer) ?
How to deploy these TRDX resports on server changing the connection string? About this I read this article: https://www.telerik.com/support/kb/reporting/report-designer/details/deploying-trdx-(xml-report-definition)-that-uses-external-assembly
but I think that link description and page contents doesn't match.
Sorry for long post and many questions.
Thank you very much
Andrea
Hi,
I can not configure the ObjectDatasource anymore.
And when I click OK Visual Studio 2017 restarts.
Please see the attached file.
Best Regards
Simon