in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.
All Tags » Export (RSS)

Browse by Tags

  • Custom ExportProvider

    Can I add a new (Custom) ExportProvider to the ExportOptions in C1.Win.C1PrintPreview control? I actually want to change the XlsExportProvider to a CsvExportProvider. I want the SaveDialog to have (Microsoft Excel (*.csv) in it rather than Microsoft Excel (*.xls). And I want to do the actual export manually...
    Posted to Preview for .NET (Forum) by wrmassa on 02-11-2008
    Filed under: Export, C1PrintPreviewControl
  • Rtf Export to Network Drive Error

    C1Preview.2_2.0.20073.42111 Our application exports a series of rtf and pdf versions of each document to a central network drive. This can number up to 100. I use the following code: Dim lexpFileExportRTF As New C1.C1Preview.Export.RtfExporter lexpFileExportRTF.Paginated = True lexpFileExportRTF.Preview...
    Posted to Preview for .NET (Forum) by DaleBartlett on 03-06-2008
    Filed under: Export, C1Preview
  • Re: Export.PDFExporter

    Here's code that will export a range of pages from a print preview document. Just modify the exp.document property. Dim exp As New C1.C1Preview.Export.PdfExporter exp.Range = New C1.C1Preview.OutputRange(3, 8) exp.Document = C1PrintPreviewControl1.PreviewPane.Document exp.Export( "C:\exportedPDF...
    Posted to Preview for .NET (Forum) by C1_GregL on 08-28-2007
    Filed under: Range, Export, PDF, C1Preview
Page 1 of 1 (3 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.