Class ExpressReportExportFormatHelper
Inherited Members
Namespace: LemonEdge.API.Entities.Reporting
Assembly: LemonEdge.API.dll
Syntax
public class ExpressReportExportFormatHelper
Constructors
ExpressReportExportFormatHelper()
Declaration
public ExpressReportExportFormatHelper()
Methods
GetFileType(ExpressReportExportFormat)
Returns the default file type for the given report format
Declaration
public static string GetFileType(ExpressReportExportFormat format)
Parameters
Type | Name | Description |
---|---|---|
ExpressReportExportFormat | format | The format of report generated |
Returns
Type | Description |
---|---|
string | The default file type for the given report format |