This is a migrated thread and some comments may be shown as answers.

Export Tooltip Data

3 Answers 172 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Kunal
Top achievements
Rank 1
Kunal asked on 20 Feb 2020, 11:25 PM

Hello,

 

I am using Telerik Report Designer HTML5. I have made a graph where the x-axis ('x') and y-axis ('y') data is retrieved from the database. On my tool-tip, I am retrieving a different data from the database, let's say 'z'.

 

When I export my graph in .csv format, the 'x' and 'y' data is listed down, but I want the csv to also export my 'z' data from the tool-tip.

 

Hence, is it possible to export the tool-tip data from a graph in a csv?

3 Answers, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 25 Feb 2020, 04:55 PM

Hi Kunal,

Indeed, the behavior is expected for CSV because of the type of rendering. You may use PDF if this is an option for you.

Regards,
Neli
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Kunal
Top achievements
Rank 1
answered on 25 Feb 2020, 09:49 PM

Hi Neli,

Exporting to PDF only exports the graph and not the data.

Is there any modifications I have to do to populate the tool-tip data to my csv or pdf document? Or is it simply not a feature?

 

0
Accepted
Neli
Telerik team
answered on 28 Feb 2020, 03:14 PM

Hello Kunal,

An option is to add a textbox that will contain the tooltip data and it will be visible only when the rendering extension is CSV. You may use the following Binding:

Property path: Visible

Value: = IIF(RenderingFormat.Name = "CSV", true, false)

Regards,
Neli
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Report Designer (standalone)
Asked by
Kunal
Top achievements
Rank 1
Answers by
Neli
Telerik team
Kunal
Top achievements
Rank 1
Share this question
or