Interface IXmlOptions
Provides options for the internal transformation from the report data to the xml file.
Namespace: Sartorius.SAF.ReportGenerator
Assembly: Sartorius.SAF.ReportGenerator.dll
Syntax
[InheritedExport]
public interface IXmlOptions
Remarks
You can use this if you want to use a specific xml namespace for your xml data in your xsl transformation. If you do not implement this interface an empty namespace is used for the xml data.
Properties
View SourceNamespace
Gets or sets the xml namespace
Declaration
string Namespace { get; set; }
Property Value
Type | Description |
---|---|
System.String |