[]
The abstract base class describing a supported export format. All export providers describing specific formats (such as PDF or HTML) derive from this class.
public abstract class ExportProvider : ExportProvider
Name | Description |
---|---|
ExportProvider() |
Name | Description |
---|---|
BmpExportProvider | Gets the static registered instance of the BMP export provider. |
CsvExportProvider | Gets the static registered instance of the Open XML Excel export provider. |
DocxExportProvider | Gets the static registered instance of the Open XML Word export provider. |
GifExportProvider | Gets the static registered instance of the GIF export provider. |
HtmlExportProvider | Gets the static registered instance of the HTML export provider. |
JpegExportProvider | Gets the static registered instance of the JPEG export provider. |
MetafileExportProvider | Gets the static registered instance of the metafile export provider. |
PdfExportProvider | Gets the static registered instance of the PDF export provider. |
PdfExportProviderC1Pdf | Gets the static registered instance of the PDF export provider (C1Pdf). |
PngExportProvider | Gets the static registered instance of the PNG export provider. |
RtfExportProvider | Gets the static registered instance of the RTF export provider. |
TiffExportProvider | Gets the static registered instance of the TIFF export provider. |
XlsExportProvider | Gets the static registered instance of the XLS export provider. |
XlsxExportProvider | Gets the static registered instance of the Open XML Excel export provider. |