You may want to export a report into a file and distribute it electronically to your clients or co-workers. This can be achieved by using FlexReport control. It supports the following export formats:
Format |
Description |
PDF (.pdf) |
Creates a .pdf file that can be viewed on any computer equipped with Adobe's Acrobat viewer or browser plug-ins. |
HTML(.html) |
Creates a .html file of the report. |
RTF (.rtf) |
Creates an .rtf file that can be opened by most popular word processors (for example, Microsoft Word, WordPad). It can be saved as Paged or Open XML document. |
Microsoft Excel Open XML (.xlsx) |
Creates an .xlsx file that can be opened by Microsoft Excel 2007 and above. |
Open XML Word (*.docx) |
Creates a DOCX file that can be opened by Microsoft Word 2007 and above. |
TIFF (.tiff), BMP (.bmp), PNG (.png), JPEG (.jpg), GIF (.gif) images |
Creates an image file of type TIFF (Tag Image File Format), BMP (Bitmap Images), PNG (Portable Network Graphic), JPEG (Joint Photographic Experts Group) or GIF (Graphic Interchange Format). |
Compressed Metafile (*.zip) |
Creates a compressed metafile file, of the type EmfOnly, EmfPlusOnly,and EmfPlusDual. |
See Also