Interface IReportFactoryMetadata
Provides metadata for an IReportFactory.
Namespace: Sartorius.SAF.ReportGenerator
Assembly: Sartorius.SAF.ReportGenerator.dll
Syntax
public interface IReportFactoryMetadata
Properties
View SourceSourceMimeType
Gets the mime type of the source. E.g. 'text/xsl' for XSLT.
Declaration
string SourceMimeType { get; }
Property Value
Type | Description |
---|---|
System.String |
TargetMimeType
Gets the target mime type. E.g. 'application/pdf' for PDF files.
Declaration
string TargetMimeType { get; }
Property Value
Type | Description |
---|---|
System.String |