If not any plans to do so or any workarounds?
Hello ,
When you are exporting UltraGrid with UltraGridDocumentExporter, you could modify the layout of the UltraGrid. More information how to do this, you could find on the following link:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/WinGridDocumentExporter_Modifying_WinGrids_Layout_Before_Exporting_to_a_PDF_Document.html
In the BeginExport event of the UltraGridDocumentExporter you could select border style of rows, cells and etc. from Infragistics.Win.UIElementBorderStyle enumerator. Currently this enumerator doesn’t have a value for double-line. If you ask if you could export UltraGrid with border style of double-line it is a feature request. If this is what you are asking , then I will log a feature request for you for this behavior.
I am waiting for your response.
Actually wasn't talking about the exporter. Was talking about the Winform Report Document Writer that let's you generate reports in code. Ended faking the double border by adding a table and setting a small height and removing the side borders:
Dim instHeaderTable = instHeaderCell.AddTable
instHeaderTable.Borders = New Infragistics.Documents.Reports.Report.Borders(Nothing, Nothing, Infragistics.Documents.Reports.Graphics.Pens.Black, Infragistics.Documents.Reports.Graphics.Pens.Black)
instHeaderTable.Height = New Infragistics.Documents.Reports.Report.FixedHeight(3)
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.