Hi,
I'm currently trying out Telerik reporting with Angular and see if it fits best with our .Net Core project. When I tried to add TelerikReportingModule in the app.module file, the existing jquery functions all became undefined. Then I noticed our supposed to be jquery version was overwritten by kendo's version of jquery. Is there a way we cpuld disable this and still be able to use the Telerik Reporting?
Found this link but I couldn't find anything similar for angular / .net core.
Thank you!
public
class
OECReport : Telerik.Reporting.Report
{
public
static
int
DateToInt(DateTime date)
{
return
date.Subtract(
new
DateTime(1899, 12, 31)).Days;
}
}
Hello Telerik Team,
I work with an older version of Telerik Reporting (12.2.18.912) and recently saw that a trial version of a newer version (13.0.19.222) is still installed.
I had installed it before I got my license. I checked in the Progress Control Panel, if I could uninstall the trial version, and couldn't find how.
The only option I have is to "Update To Purchase".
How could I remove the trial version?
Thank you in advance!
Best regards,
Tamara
I have an invoicing app that loads data from various sources and shows a balancing report that compares costs, etc... Once the invoice is balanced and ready to be paid, it is set to approved status. The problem is that sometimes invoice balancing reports need to be viewed later after processing, and some data may have changed in the interim. So I would like to snapshot the invoice report when an invoice is set to approved status.
I have found solutions for rendering a report to pdf - those are easy enough to implement, but every request for how to view pdfs with the telerik ReportViewer control has been answered with "it's not supported, and we won't consider supporting it." So I can export the report to pdf when then invoice is approved, but I have no way to display it to the user. I could just open up the system pdf viewer, but that creates a weird disjointed experience - if the user selects 5 invoices to view reports and 3 of them are Approved and 2 are Pending, the pending ones will be displayed as part of the same ReportBook in the Winforms ReportViewer, but the other 3 would have to be opened in a separate window with Adobe Reader. What I really want is to create an Invoice.GetReport() function that returns a ReportSource that encapsulates either a Report to be generated or a saved "frozen" report with the details that existed when the invoice was approved.
Is there any way at all to save a Rendered report (in any format - it doesn't have to be pdf) and then view it at a later time within the same user interface that I am using to display live reports?
Hello,
I have a TRDP report file with a WebServiceDataSource pointing to a web service with Telerik.Reporting dlls version 13.2.19.918.
When I try to view the report using the report viewer, I get an error: "Invalid format '= Parameters.token.Value'".
I stepped through the code and the error comes from the web request that the WebServiceDataSource creates - it is initialized with the string
value " = Parameters.token.Value" instead of the computed expression.
When I switch back to the old version 13.1.19.618, everything works fine.
Is it a bug in the new version or is something that I missed?
Hi All , hope you can help here.... trying to setup a sub report only to run based on a user selection. Can this be done with an expression in the sub report property box (reportsource= or or binding)? If binding I'm not sure how to bind the parameter as the drop down only gives me ReportSource. I saw a post that suggests I can do this not explain how.
I'm creating an invoice report that sometimes requires a group to continue for multiple pages.
Is there a way within Report Designer to create a group-based page counter?
For example:
A report is 30 pages long but is split and page broken by a group.
The page counter for each grouping should display the current page, along with the number of pages for that specific group. Something like "Page 2 of 4"
Thanks! -Eric