{{ title }}

This sample shows how to create a simple expense analysis report using FlexGrid and FlexPie. Read More

The FlexGridPdfConverter.draw method is used to export the FlexGrid, and the PdfPageArea's drawImage method is used to export the FlexPie which had previously been converted to an image.

The sample uses CanvasRenderEngine.ts, a polyfill that makes the FlexPie's saveImageToDataUrl method work in IE.