Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / CsvExporter Class
Fields Properties Methods


In This Topic
    CsvExporter Class Members
    In This Topic

    The following tables list the members exposed by CsvExporter.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Protected Fields
     NameDescription
    Protected Field (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the DocumentInfo object associated with the document assigned to the current exporter. (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Public PropertyGets or sets the character encoding scheme: ASCII, UTF7, UTF8, or Unicode. The default value is UTF8.  
    Public PropertyGets or sets a value indicating whether the target output is for Excel. The default value is true.  
    Public PropertyOverridden. Gets C1.Win.C1Document.C1SSRSDocumentSource.CsvExportProvider.  
    Public PropertyGets or sets the delimiter string to put in the result. The default value is a comma ",".  
    Public PropertyGets or sets the file extension to put on the result. The default value is .CSV.  
    Public PropertyGets or sets the name of the output file. (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Public PropertyGets a value indicating whether multiple files were generated during export. If multiple files were generated, and the UseZipForMultipleFiles property is true, the output (stream or file) will be a zipped archive containing the generated files. The list of actual files can be retrived via OutputFiles property. (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Public PropertyGets or sets a value indicating whether the header row is excluded from the output. The default value is false.  
    Public PropertyGets the list of files which were generated by the call to Export(string). Typically exporters produce a single file (e.g. RTF, XLS exporters), but some (like HTML, EMF exporters) may produce several files all of which can be then accessed through this property. (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Public PropertyGets or sets the C1.Win.C1Document.C1PageSettings providing exporting content. (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Public PropertyGets or sets a value indicating whether the exported document should be opened after exporting it to a disk file. The application used to open the file is determined by the OS shell. (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Public PropertyGets or sets the qualifier string to put around results that contain the field delimiter or record delimiter. If the results contain the qualifier, the qualifier is repeated. The Qualifier setting must be different from the FieldDelimiter and RecordDelimiter settings. The default value is a quotation mark (").  
    Public PropertyGets or sets the range of pages that is to be exported. (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Public PropertyGets ot sets the record delimiter to put at the end of each record. The default value is <cr><lf>.  
    Public PropertyGets or sets a value indicating whether the options dialog should be shown to the user before exporting the document. (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Public PropertyGets or sets the output stream. (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Public PropertyGets or sets value indicating whether line breaks are removed from the data included in the output. The default value is false. If the value is true, the FieldDelimiter, RecordDelimiter, and Qualifier settings cannot be a space character.  
    Public PropertyGets or sets a value indicating whether formatted strings are put into the CSV output. null indicates default value true when ExcelMode is true; otherwise it is false.  
    Public PropertyGets or sets a value indicating whether the output (stream or file) should be a zipped archive with the generated files, if multiple files are created during export. (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Top
    Public Methods
     NameDescription
    Public MethodTests whether the C1.Win.C1Document.Export.ExportFilter can handle the specified type of document pages' range. The default implementation of this method returns true if the specified range type is C1.Win.C1Document.OutputRangeType.All, false otherwise. (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Public MethodOverloaded. Disposes the C1.Win.C1Document.Export.ExportFilter object. (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Public MethodDisplays a dialog that allows the user to edit the export options. (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. For internal use. (Inherited from C1.Win.C1Document.Export.Ssrs.Exporter)
    Protected MethodFor internal use. (Inherited from C1.Win.C1Document.Export.Ssrs.Exporter)
    Protected MethodCopies the options from the specified export options form to corresponding properties on the current exporter. Can be overridden in a derived class to handle format-specific options. (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Protected MethodCopies the properties of the current exporter to corresponding user-editable options of the specified export options form. Can be overridden in a derived class to handle format-specific options. (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Protected Method (Inherited from C1.Win.C1Document.Export.ExportFilter)
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Top
    See Also