Telerik Forums
Reporting Forum
1 answer
392 views

Hi,

I have a set of data with a timestamp that changes with the order of milliseconds. I would like to add in my report a Line chart (or similar) showing the data as a function of the timestime. Unfortunately it appears that the LineChart allows you to lower the base unit only to seconds and not milliseconds. 

Is there any way to force the millisecond time?

As a workaround I tried two things:

First, to plot the data adding as cathegories the milliseconds, seconds, minutes, and h of the data. It works, but to be honest is not very pretty (see Img0.png)

Alternatively, I also tried to generate a Calculated field where I substract the Timestamp of the data with the First Timestamp, in order to have a time that starts from 0. From this Field, I wanted to manually calculate the milliseconds (adding also seconds, minutes, etc) in order to make a Scatter graph. However the obtained field has some issues. In the dataSource it appears as date, showing it has Minute, Second, etc, but if I try to refer to these subfields it gives me errors. I attached two pictures, one with the error shown if I just make a preview of the two data calculated, the other showing the Calculated Field (note that for the second one I'm simply collecting the Millisecond field). 

Could you please help me with this, maybe with an example? thank you in advance! 

Keep in mind that I would prefer to resolve it within Telerik, without the need to use outside code/calculations.

 

Antonino
Top achievements
Rank 1
Iron
 answered on 13 Sep 2022
0 answers
114 views
When I attempt to follow the instructions to create a Report Template, the wizard returns [Template Build Failure] message,  How can I determine what is the cause of this failure?
Steve
Top achievements
Rank 1
 asked on 12 Sep 2022
0 answers
146 views
I will send the data table to the local report file and print it out in the form of a table.
I tried to send only Parameters using UriReportSource, but I don't know how to send dataTable.
And I don't know how to show it in the form of a table in the trdp file.
You must send data to a report file in a specific folder and print it out, not through the server.
arbam
Top achievements
Rank 1
Iron
 asked on 12 Sep 2022
1 answer
107 views

I found some postings about this, but they're all more than 10 years old.  I'm hoping something has been added to address this since then.

On a label report, how can I tell the report to skip the first N labels so I start at a certain row and column?

Surely a hack to insert null rows at the top of the result set isn't the only option?  Is there some event I can use or anything to cause the engine to skip labels until I say continue?

Thank you!

0 answers
236 views

We had a report viewer set up that broke when we migrated from versiion 18.something to the current version because the report viewer would not accept an xmlReportSource.

This is very inconvenient to say the least.

There is some hint in the documentation that you can still do a simple local rendering but all of the viewers seem to only work with the REST service.

I've set up the HTML5 viewer but I had another ReportsController within my project so i had to rename it to keep it from being clobbered by the install of the Rest service.

Once installed I found at runtime that the Reports route was being confused with an entirely separate WebServices project. The only workaround that I found was to rename the controller to TelerikRestReportsController. The call to the viewer is functioning now and you can see in the first attached file that I am getting a response. Unfortunately I am now seeing the following:

Any suggestions would be greatly appreciated.

Don
Top achievements
Rank 1
 asked on 12 Sep 2022
1 answer
128 views

I would like to know if Telerik has a solution for this challenge that we are running into. I have a Telerik Report that our system will automatically export into a PDF, but users have an option to click a checkbox and additional PDFs from the current objects children will be stitched onto the end of the PDF report. So the report itself might be 10 pages, and then our application will then stitch on an additional 5 PDF files that are 2 pages each (totaling 20 pages).

Is there a way to place bookmarks in the main report, that will be able to link to the PDF files that are stitched onto the end of the report?

Todor
Telerik team
 answered on 09 Sep 2022
1 answer
98 views

Good day!

Could you please help me to find the solution?

I have several htmlboxex in the report which accept html-strings from text-editor(for ex. <p>Comment</p><p>Comment</p><ol><li>List</li><li>List</li><li>List</li></ol><p><br></p><p>Comment</p><p>Comment</p>). And when I open the preview mode or look at it in html-viewer I get annoying extra gaps (see attached support.png). I tried to replace these <p>-tags with <div>-tags in the retrieved string in my sql-query (<div>Comment</div><div>Comment</div><ol><li>List</li><li>List</li><li>List</li></ol><div><br></div><div>Comment</div><div>Comment</div>). It helps. But there are some other tags that cannot be replaced (tags of ordered and unordered lists for example). And these gaps are still rendered. Could you please help me to find the solution how to make this text to be rendered correctly (see attached original.png, result.png)?

Thanks

Best regards, Helen

Todor
Telerik team
 answered on 07 Sep 2022
1 answer
568 views

HI,

 

I have group in Telerik report. The data source I used to create the group had some duplicated rows. Therefore, There are duplicated groups in report. Is there any way to remove those duplicated groups?

Highlighted in below image is duplicated.

 

Dimitar
Telerik team
 answered on 06 Sep 2022
0 answers
511 views

I've been researching how to generate a report in our application which has a C# .NET 6 Web API project and a React front-end, both fully disconnected. I've been trying various things out and keep running into roadblocks. Here are some issues I've hit:

- I can't get the report designer to recognize our domain project (I'm trying the object data source) because it's targeting .NET 6. I'm not able to convert it to .NET Standard. I reviewed the examples in the Telerik directory but the .NET Core samples don't seem to reference the DataBinding sample, which is the one that uses an object data source. There is also a .NET Standard project called SpeakerObjects which I see referenced but I don't see any reports that use those objects as a data soure

- I tried a web service data source as well but it wasn't obvious how to pass the JWT to the service for authentication when designing the report.

Generally speaking, the way I was hoping this worked is that I'd design a report template against a generic data source. E.g. the report fields would be bound to loosely-typed data fields like customer.FirstName, customer.SSN, customer.PhoneNumber, etc. That is, I wouldn't need to wire the report up to a specific data source for the purpose of designing it. Then in the backend, I'd retrieve the data I need, take the report template file and shove the data into it at runtime using the Telerik packages. It would do its magic and bind the objects to the fields and return a PDF. But I'm having a hard time with that because the report designer (both Visual Studio and stand-alone) seem to really want to know what the data looks like while I'm designing and I can't get it hooked up to either our domain project or our API to do that.

William
Top achievements
Rank 1
Iron
 asked on 06 Sep 2022
1 answer
1.1K+ views

Hello.

I am getting a version mismatch on the Report Viewer and Reporting REST Service.

I have checked all the packages and I cannot find anywhere where the Report Viewer is version is 16.1.22.511 (see below).

Is there some other area that I am missing?

Thanks.

 

Dimitar
Telerik team
 answered on 05 Sep 2022
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?