CompletIT Community Server

Welcome to CompletIT Community Server Sign in | Join | Help
in Search

Browse by Tags

All Tags » export
  • PDFExport with Landscape

    I am trying to programmically export a grid to PDF, but would like to also have the pdf output in lanscape view... Now I see an option when using the  DGVEBaseExportSettingsEditorForm to change the page setup to landscape, as well as some other options. Is there a way to duplicate this?  Thanks in advance!  
    Posted to Product Support (Forum) by Anonymous on August 5, 2009
  • Re: New feature

    Hi, Thank you for your feedback. Regretfully we do not have such library. We have based our export to Pdf on the open source Pdf library - iTextSharp. If you have any other questions do not hesitate to contact us.  Sincerely YoursSupport Team
    Posted to Feature Discussion (Forum) by iiordanov on February 10, 2009
  • New feature

    I am currently using version 1.1 I am not sure if this is already available, but I was looking for an export functionality to export any type of document (DGV or Text or html, etc.) to export to PDF.  If you already have this functionality available, could you direct me to that link for download, please
    Posted to Feature Discussion (Forum) by Anonymous on February 9, 2009
  • Re: How to avoid exporting a column value

    Hi Joyanta, Thank you for your feedback.The only way to prevent a column being exported now is to hide it in the grid view control itself. However we have plans to provide the functionality to choose the columns for export/print in future versions but for now it is only possible to prevent a column from being exported ...
    Posted to DataGridView Extension (Forum) by iiordanov on May 1, 2008
  • Re: row provided does not belong to this DataGridView control Parameter Name: e.Row?

    Hi Miki,It seems that because of some reason the row that is about to be exported does not belong to the exported data grid view control.The export to any of the file formats is done in a separate thread, thus the application is not frozen. Keep in mind that if during the export you delete, change or add row to the grid this might result in ...
    Posted to Product Support (Forum) by iiordanov on January 28, 2008
  • Code Sample: Exporting DataGridView control contents to Html using the DGV Extension exporter

    It is possible to use separately the export functionality to Html provided by DataGridView Extension. There are some simple steps outlined below you have to follow.1. Add reference to the main assembly ‘DataGridViewExtension.dll’ and export dll ‘DGVEHtmlExporting.dll’. The assemblies can be found in folder ...
    Posted to Frequently Asked Questions (FAQ) (Forum) by iiordanov on August 31, 2007
  • Code Sample: Exporting DataGridView control contents to MSExcel using the DGV Extension

    It is possible to use separately the export functionality to MSExcel provided by DataGridView Extension. There are some simple steps outlined below you have to follow.1. Add reference to the main assembly ‘DataGridViewExtension.dll’ and export dll ‘DGVEExcelExporting.dll’. The assemblies can be found in folder 'v1.1.1\Bin' in ...
    Posted to Frequently Asked Questions (FAQ) (Forum) by iiordanov on August 31, 2007
  • DataGridView Extension 1.0. Release

    When Microsoft released .NET framework 2.0 the DataGrid control was replaced by DataGridView, which allows the developers to control better the way the data is presented by creation of much more user friendly views, but even in DataGridView control there is missing functionality.And here is where the DataGridView Extension component ...
    Posted to DataGridView Extension Blog (Weblog) by idragoev on August 17, 2007
Powered by Community Server (Personal Edition), by Telligent Systems