Telerik Forums
Reporting Forum
10 answers
863 views

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.  

Todor
Telerik team
 answered on 24 Feb 2021
4 answers
1.8K+ views

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.

Michael
Top achievements
Rank 1
 answered on 24 Feb 2021
2 answers
387 views

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!

 

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 23 Feb 2021
6 answers
321 views

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

Donald McLean
Top achievements
Rank 2
 answered on 19 Feb 2021
5 answers
1.4K+ views

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?

 

 

Neli
Telerik team
 answered on 19 Feb 2021
1 answer
323 views

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.

 

 

Mads
Telerik team
 answered on 19 Feb 2021
1 answer
512 views

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.

 

Mads
Telerik team
 answered on 18 Feb 2021
1 answer
349 views

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.

Neli
Telerik team
 answered on 18 Feb 2021
1 answer
178 views

How can I draw a line vertical between two datapoints of a line Chart in Telerik Reporting?

Hope you can help!

Mads
Telerik team
 answered on 18 Feb 2021
5 answers
264 views

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:

  1. define each row of the legacy report as a Telerik Reporting TextBox with CanGrow and CanShrink properties enabled, an Height of 1pica and Docking set to Top; I do not set any position for the row, because as I understood correctly, docking to top automatically stacks the items.
  2. define a Telerik Reporting Panel for each group of rows that I need to control visibility of; the properties set are the Height (which is set as the Height of all the contained TextBoxes), the Docking (which is set to Top) and the Bindings (which binds the "Visibility" path to a user-defined expression that returns a boolean); I do not set any position for the panel neither, because as I understood correctly, docking to top also skips hidden items when stacking items.
  3. add the rows to the panel, and the panels to the report section.

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?

NiccoMlt
Top achievements
Rank 1
Veteran
 answered on 18 Feb 2021
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?