Declined
Last Updated: 31 Jul 2014 14:23 by ADMIN
Pierre-Yann
Created on: 16 Jun 2014 06:49
Type: Feature Request
1
Rendering complex WPF as image
WPF can display very complex text, like mathematical function, or create intricate image.
Such feature is missing in Reporting.
A function should exist in Reporting to render a WPF control as image in report for such case (using RenderTargetBitmap).
1 comment
ADMIN
Peter
Posted on: 18 Jun 2014 12:53
As you suggested you use RenderTargetBitmap method to converts WPF Visual object into a bitmap. For this you can utilize an user function (http://www.telerik.com/help/reporting/expressions-user-functions.html) and provide the user function with expression to the PictureBox.Value. For more information please refer to the PictureBox help article - http://www.telerik.com/help/reporting/report-items-picture-box.html