Show / Hide Table of Contents

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 Source

Namespace

Gets or sets the xml namespace

Declaration
string Namespace { get; set; }
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