Show / Hide Table of Contents

Interface IReportFactoryMetadata

Provides metadata for an IReportFactory.

Namespace: Sartorius.SAF.ReportGenerator
Assembly: Sartorius.SAF.ReportGenerator.dll
Syntax
public interface IReportFactoryMetadata

Properties

View Source

SourceMimeType

Gets the mime type of the source. E.g. 'text/xsl' for XSLT.

Declaration
string SourceMimeType { get; }
Property Value
Type Description
System.String
View Source

TargetMimeType

Gets the target mime type. E.g. 'application/pdf' for PDF files.

Declaration
string TargetMimeType { get; }
Property Value
Type Description
System.String

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX