Telerik Forums
Reporting Forum
1 answer
178 views

Dear Team,

 

We have to evaluate an old project which uses Telerik Reporting Version Q3.2020. The task is to migrate and update older asp.net and Windows forms reports to newer report version.

 

Can you please share the link to download the Trial version of Telerik Report Version Q3.2020?

Thank you,

Anup

Lance | Senior Manager Technical Support
Telerik team
 answered on 22 Sep 2023
2 answers
105 views

I wasted hours trying to figure out what was wrong with my equations until I realized that Telerik moves panels around based on the visibility of other panels.

 

How can I stop this from happening? I want the pixel position of a panel to be static and not be influenced by other panels. 

Instead of posting my report which has a mile long formula for determining the pixel position of several panels, I have found a very simple report to show this issue.

 

Drag and drop four panels next to each other. Set the background of each panel to a different colour.

Set the visibility of one of the middle panels to false and now preview. All panels to the right of the panel in question have now moved left.

 

Setting Panel2 to not be visible

 

 

Leaving Panel2 as visible

 

 

 

Pascal
Top achievements
Rank 1
Iron
Iron
 answered on 22 Sep 2023
1 answer
212 views

Using Telerik.ReportViewer.BlazorNative 17.1.23.718

You cannot send an email with a blank CC!  Validation says that the email format is invalid.  I've looked through the docs and see no way of removing the CC field or any other way to make this work. 

 

Dimitar
Telerik team
 answered on 20 Sep 2023
0 answers
106 views

We are try to create reportservice project in c#.net core. but we are not able to get packages from nueget and even we try to add manually from example folder but its not  added. why i dont know please support

Telerik.Reporting.Services.AspNetCore.dll

Telerik.Reporting.OpenXmlRendering.2.7.2.dll

 

 

 

Arjun
Top achievements
Rank 1
 updated question on 19 Sep 2023
1 answer
122 views

I have a comma delimited string parameter that is parsed into a c# datasource method when a Telerik report gets rendered. When I pass the string as it is into the datasource, using Parameters.personId.Value it fails and I get an error. When I use the Join(",", Parameters.personId.Value) function, it only works if the string has a single value and it's not comma delimited. The moment I append another value to the string, it sends the parameter as an empty string to the datasource. 

This is how my data looks like:

Telerik UI parameter: 

 

C# DataSource definition: 

Sample Parameter Value: 

PersonIds: "965985,663958"

 

Thanks.

Todor
Telerik team
 answered on 14 Sep 2023
1 answer
425 views

Good Afternoon Telerik,

 

Please see the reference thread here: https://www.telerik.com/forums/telerik-averaging-time-to-a-negative-number

 

I am using Mochil's suggestion of the following.


= Fields.PROVISIONALDATETIME Is Not Null ? Fields.PROVISIONALDATETIME - Fields.COMPLETIONDATETIME : Fields.FINALDATETIME - Fields.COMPLETIONDATETIME

However, it is showing the hours:minutes:seconds with a days. in front. How can I get the days to just be tacked on to the hours? so instead of it stopping at 24 hours and adding a day value it'll just calculate go says 48 hours for 2 days and so on. as, the day function is causing my averages to mess up greatly since it can't calculate the day function :(

 

in example:

 

Thank you!

 

Momchil
Telerik team
 answered on 14 Sep 2023
1 answer
131 views

1. There is significant difference in edit expresion between Desktop Application and Web Designer.
For example Html TextBox in Desktop Application edit value is RichTextBox and Web Designer edit value is just textarea .

Is any workaround to use rich text box in edited value in web designer?

For example Can i bind to some event and open custom window (defined by me)

2. Its seems that localization strings dont work for this popup (edit value). (few strings are translated but many not)
I've changed all properties from https://docs.telerik.com/reporting/designing-reports/report-designer-tools/web-report-designer/localizing-the-web-report-designer




Additionaly can i translate content of notofifaction errors/warnings ?

Dimitar
Telerik team
 answered on 14 Sep 2023
1 answer
103 views

Hi,

I am creating a report which contains a map and I want to set the value of UrlTemplate on the TileProvider from a parameter which I have in the report. I try to set the value to = Parameters.p_map_url.Value, but this does not work. Is it not possible to have the value of UrlTemplate to a dynamic value which is not hardcoded into the report itself?

Todor
Telerik team
 answered on 14 Sep 2023
1 answer
415 views

I have a data source that has geo-coordinates in each record. 

I want to make a request to an API to generate a map out of these geo-coordinates using their static map feature.

To do this I need to aggregate multiple fields in a record and then aggregate these values (from each record) together to form a URL that I can use to populate an image component.

 

I've been able to use the aggregated functions like sum and count but as soon as I try to use Join(", ", Fields.x) I get the error

An error has occurred while processing TextBox 'textBox53':Type mismatch in function arguments. Cannot find an overload of the function Join() that accepts arguments of type (String, Double).

If I use Join(", ", CSTR(Fields.x)) I get the error 

An error has occurred while processing TextBox 'textBox53':Type mismatch in function arguments. Cannot find an overload of the function Join() that accepts arguments of type (String, String).

But if I use Count(Fields.x)

I get the value 9 which is correct.

Why can I use some aggregated functions on a field but not others?

 

Momchil
Telerik team
 answered on 13 Sep 2023
1 answer
168 views
Hello , 
I'm trying to print on a lable with double side Right/Left 
for example : 
Print first Item on right side and the secound item on Left side 

I have attached the Lable Image 

Thanks a lot . 
Todor
Telerik team
 answered on 13 Sep 2023
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?