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