Class SSRSReportExportFormatHelper
Helps with the various ssrs report file types
Inheritance
System.Object
SSRSReportExportFormatHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.API.Entities
Assembly: API.dll
Syntax
public class 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 |
---|---|
System.String | The default file type for the given report format |