For the love of god has anyone successfully used the SendMail specifically with Telerik.ReportViewer.Html5.WebForms??? I'm not talking Telerik.ReportViewer.WebForms...god knows there are 50 examples using this, but as soon as you try and use a HTML5 viewer with RenderReport the whole process goes into the waste management receptacle. I would even be happy with code the uses a Telerik.ReportViewer.Html5.WebForms ReportViewer and saves it as a pdf. VB.Net would be preferable, but at this point I'll take in in Klingon and convert it.
Telerik you need to update your sample/example/demo code to include Telerik.ReportViewer.Html5.WebForms and not just Telerik.ReportViewer.WebForms casue they are NOT even close to the same.
I can't even explain how frustrated with this process I am.
Let me recap I'm trying to attach a report as a pdf to an email message that originates from a Telerik.ReportViewer.Html5.WebForms ReportViewer NOT Telerik.ReportViewer.WebForms.
This ought to be good.
Good evening everyone.
I'm trying to create new Web App then add 'Telerik Web Forms Report Viewer Forn R1 2019' to it.
My problem is export option : it should have .xlsx, .docx and pptx
Once I used R3 2018 , it work as I aspect
I also attach image. export 2018 is what i use to do and what I expect and export 2019 is what i struck.
PS. I'm not native English.
In my report I'm using Telerik reporting Now() function. This function returns current datetime value which is fine when I preview the report from Standalone Report Designer. But, when I upload my created report in our app and if I see that report from our app, I don't want to see that Now() function returns current datetime value there. Because, in our app's demo data we use constant(for example: 5/12/2019) as value of Now() function instead of current value.
I want to achieve this goal by using Telerik reporting Now() function without creating another user defined function. I also have CustomReportResolver class which implemented IReportSourceResolver interface.
Is there any solution to achieve this goal? Any way to do it programmatically, maybe in custom report resolver?
Thanks!
I have a comma separated field of payment options in a database and for each option I want to generate a checkbox and label see attached picture
I'm using Telerik Reports v10.0.16.113 with Visual Studio Update 3.
I'm facing an issue that is the Object Data Source Wizard doesn't discover any of my classes. it only show the classes inside the assemblies that I'm referencing in my solution.
My solution is multiple projects and I'm building Any CPU.
How can i resolve this issue?
How do I remove the toolbar from report viewer in angular I just need the report because I'm planning to make a pie chart.
I am designing a invoice format to print on pre-printed form.
the form has a 3 section:
header (for customer address)
detail (invoice line items, and this detail box is of fixed length/height)
footer (for invoice total and payment instruction notes) per-se.
problem here is I need to print the payment instruction on EVERY page but only print the invoice TOTAL on LAST page, above the payment instruction.
I tried put payment instruction on page footer, TOTAL on group footer but have problem controlling the visibility.
I am more familiar with Crystal Report but new with Telerik.
Thanks for helping.
Let me start by saying that I have not yet used Telerik reporting so I really don't know what I'm talking about...
I'm trying to figure out what the process is for deploying a new report. Ultimately what I'm hoping to be able to do is deploy/inject new reports into an application that already has a report viewer and all the necessary components for running Telerik reports. The idea is that we don't want to have to create and deploy a new build of our product each time we have a new report.
My apologies if my terminology is off but hopefully this makes sense.
How can I draw a line vertical between two datapoints of a line Chart in Telerik Reporting?
Hope you can help!
Hello,
I'm currently converting an old proprietary reporting system to Telerik.
To convert the legacy reports, I programmatically build a Telerik Report and map each property from the legacy domain model to the Telerik one; this approach works, but I'm experiencing problems with visibility property.
In particular, I need to define blocks of report items that can be shown/hidden accordingly to an expression that depends on data from the DataSource; my approach is:
I actually tried both Binding (like said above) and Conditional formatting, but the panels are always hidden (even if I force my user-defined expression to return true or false). What am I doing wrong?