Class TargetMimeTypes
Defines constants for target mime types used for the report output.
Inheritance
System.Object
TargetMimeTypes
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: Sartorius.SAF.ReportGenerator
Assembly: Sartorius.SAF.ReportGenerator.dll
Syntax
public static class TargetMimeTypes
Fields
View SourceHtml
The HTML report target type.
Declaration
public const string Html = "text/html"
Field Value
Type | Description |
---|---|
System.String |
The PDF report target type.
Declaration
public const string Pdf = "application/pdf"
Field Value
Type | Description |
---|---|
System.String |
Xml
The Xml report target type.
Declaration
public const string Xml = "text/xml"
Field Value
Type | Description |
---|---|
System.String |