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

RadPrintDocument with various pages and one radchartview for every page

2 Answers 114 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Miguel
Top achievements
Rank 1
Miguel asked on 09 May 2020, 08:50 PM

Hello. 

 

I need print mĂșltiples radchartview on a document, it's posible this?.

I know that i can use radchartview.print() for one chart but one how print one document with 2 or more pages with 2 o more radchartvew?.

 

Thanks and apologies for my English. 

2 Answers, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 13 May 2020, 09:03 AM

Hello, Miguel, 

According to the provided information, it seems that you want to print a document with multiple pages where each page contains a RadChartView.

The possible solution that I can suggest is to:
1. Export each of the charts to an image: https://docs.telerik.com/devtools/winforms/controls/chartview/features/export
2. Then, having all charts as images, you can use a RadDocument and insert the exported images into it: https://docs.telerik.com/devtools/winforms/controls/richtexteditor/document-elements/inline-image
3. Afterwards, you can use the RadRichTextEditor's printing support: https://docs.telerik.com/devtools/winforms/controls/richtexteditor/printing

I hope this information helps. If you need any further assistance please don't hesitate to contact m

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
Miguel
Top achievements
Rank 1
answered on 18 May 2020, 09:45 AM

ok...I'll try

 

thanks

Tags
GridView
Asked by
Miguel
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Miguel
Top achievements
Rank 1
Share this question
or