The ExportProviders type exposes the following members.

Methods

  Name Description
Public method FindExportProviderByFormatKey
Searches for an ExportProvider by its format key. The format key is an arbitrary string that uniquely identifies the export format. For each format, it is returned by the FormatKey property.
Public method IndexOf
Gets the index of the specified ExportProvider in the current collection.
Public method Static member Register
Registers an ExportProvider in the current ExportProviders.

Properties

  Name Description
Public property Static member BmpExportProvider
Gets the static registered instance of the BMP export provider.
Public property Static member C1dExportProvider
Gets the static registered instance of the C1D export provider.
Public property Static member C1dxExportProvider
Gets the static registered instance of the C1DX export provider.
Public property Static member C1mdxExportProvider
Gets the static registered instance of the C1MDX export provider.
Public property Count
Gets the count of registered export providers in the current collection.
Public property Static member DocxExportProvider
Gets the static registered instance of the DOCX export provider.
Public property Static member EmfExportProvider
Gets the static registered instance of the EMF export provider.
Public property Static member GifExportProvider
Gets the static registered instance of the GIF export provider.
Public property Static member HtmlExportProvider
Gets the static registered instance of the HTML export provider.
Public property Item[([( Int32])])
Gets the ExportProvider at the specified index.
Public property Item[([( String])])
Gets the ExportProvider with the specified default file extension (see DefaultExtension).
Public property Static member JpegExportProvider
Gets the static registered instance of the JPEG export provider.
Public property Static member PdfExportProvider
Gets the static registered instance of the PDF export provider.
Public property Static member PngExportProvider
Gets the static registered instance of the PNG export provider.
Public property Static member RegisteredProviders
Gets the static collection of all registered ExportProvider objects.
Public property Static member ReportExcelExportProvider
Gets the static registered instance of Microsoft Excel export provider for C1.C1Report.
Public property Static member ReportHTMLDrillDownExportProvider Obsolete.
Gets the static registered instance of drill-down HTML export provider for C1.C1Report.
Public property Static member ReportHTMLExportProvider
Gets the static registered instance of HTML export provider for C1.C1Report.
Public property Static member ReportHTMLPagedExportProvider Obsolete.
Gets the static registered instance of paged HTML export provider for C1.C1Report.
Public property Static member ReportMetafileExportProvider
Gets the static registered instance of compressed metafile export provider for C1.C1Report.
Public property Static member ReportOpenXmlExportProvider
Gets the static registered instance of the OpenXml Excel export provider for C1.C1Report.
Public property Static member ReportRTFExportProvider
Gets the static registered instance of RTF export provider for C1.C1Report.
Public property Static member ReportRTFLabelsExportProvider Obsolete.
Gets the static registered instance of field-based RTF export provider for C1.C1Report.
Public property Static member ReportTextExportProvider
Gets the static registered instance of plain text export provider for C1.C1Report.
Public property Static member ReportTextSinglePageExportProvider Obsolete.
Gets the static registered instance of single page plain text export provider for C1.C1Report.
Public property Static member RtfExportProvider
Gets the static registered instance of the RTF export provider.
Public property Static member TiffExportProvider
Gets the static registered instance of the TIFF export provider.
Public property Static member XlsExportProvider
Gets the static registered instance of the XLS export provider.
Public property Static member XlsxExportProvider
Gets the static registered instance of the XLSX export provider.

See Also