Enum ExportFormat
Format für den Export eines ReportDocument.
Namespace: FrameworkSystems.FrameworkBase.Reporting
Assembly: FrameworkSystems.FrameworkBase.dll
Syntax
[DocfxBrowsable]
public enum ExportFormat
Fields
Name | Description |
---|---|
Excel | |
Html32 | |
Html40 | |
ReportFileWithData | Es wird eine Report-Datei inklusive Daten erzeugt. Je nach Ausgangs-Format wird eine Crystal-Report-Datei (Endung CrystalReportFileExtension) oder eine DevExpress-Report-Datei (Endung DevExpressWithDataFileExtension) erzeugt. |
RichText | |
Word |