Show / Hide Table of Contents

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 Source

Html

The HTML report target type.

Declaration
public const string Html = "text/html"
Field Value
Type Description
System.String
View Source

Pdf

The PDF report target type.

Declaration
public const string Pdf = "application/pdf"
Field Value
Type Description
System.String
View Source

Xml

The Xml report target type.

Declaration
public const string Xml = "text/xml"
Field Value
Type Description
System.String
  • View Source
Back to top Generated by DocFX