Devexpress export/save chart to client - devexpress

I am currently having trouble trying to figure out how to export my Devexpress XtraCharts to either and image file (of any format) or a pdf. Everything I can find either seems to be not implemented yet, not documented really well or doesn't save to the client side.
If anyone could possibly help me out it would be appreciated.
Thanks

Take a look at the XtraCharts examples:
How to: Export a Chart to PDF
How to: Export a Chart to Image
Or contact the DevExpress Support directly.

Related

How to resolve the Blurness issue in print Preview of UWP?

I am familiar with the data grid in the UWP plat form. we tried to provide the support for printing the results in sheets. we have faced the hurdles while we print the content. In the print preview panel the content looks like blurry to the view, but in the printed sheet the contents look like normal. could your share your ideas to resolve this.
Thanks in advance for your updates.
It seems it is by design.
In UWP, we use the PrintManager to inform Windows that an application wishes to participate in printing.
When we run the ShowPrintUIAsync() method, it will run the "PrintDialog.exe" that the print Preview page will be shown.
We can use the "Inspect" to test the content of the print Preview page. From the following image, we can see the content is a Image control that render by the XAML.
For the performance, it does not render as clear as the printting result. We can not change that.
If you do want this feature, you are welcome to ask on UserVoice.

Using Cross tabs in Crystal Reports

I am trying to use Crystal Reports in generating my report for my ASP.NET website. Unfortunately, it appears like this. It appears properly when exported to other extensions. I have tried tinkering with every thing but it won't display as it is supposed to be. Can anyone settle this one? Thanks very much!!
Screenshot can be found here:
http://imgur.com/RGn4q

asp.net reportviewer displaymode as printpreview

I use webforms.reportviewer.
I have already read many blog and article about report pagination and interactive page size.
My purpose is a similar to winforms.reportviewer's printlayout display mode.
But I did not find any solution about it.
I checked telerik's reportviewer control, and they can solve this issue.
But I couldn't figure out how...
Somebody any idea? Unfortunately I could't figure out, how it works..
Rendering your report as a PDF to the screen should give you what you want.
It will show your users what will get printed. There is not interactivity with this report.
You can do this using Url access parameters and rs commands
Format is like:
http://ReportServer/<Report_Name>&rs:Format=PDF

how can i allow user to download an image in flex without making server call

I have a flex application showing a chart. I want to give user the functionality to download this chart as image. How can i do it?
This Adobe Cookbook entry can answer your question. And yes, your project should be targeted Flash Player 10.
I would use the ImageSnapshot class to take a 'pic' of the chart, then save it locally using FileReference.save().

Showing PDF in a browser and getting the Text selected by the user (flash will do as well)

I want to show a PDF in browser, from which user can select text, showing pdf is very easy i have done this using "pdfviewer" control, now i want to get the selected text which the user selects in the PDF, is there any way to achieve this? i am using asp.net.
Edit: If there is a flash/ flex solution at the client end that will as well, does anyone know about it, i tried one API, but that dint seem to work
You can add a JavaScript PDF action to the page and have it post to an online form.
The PDF Viewer control from Winnovative doesn't offer any text selection APIs at all.
Acrobat's JavaScript engine doesn't either.
Sorry: No.

Resources