|
|
Browse by Tags
All Tags » export
-
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!
-
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
-
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
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
|
|
|