Gallio.Reports
Abstract base class for report formatters. This class is and so cannot be instantiated.
Gets the name of the option that how attachments are saved. This field is constant and read-only.
Gets or sets the default attachment content disposition. Defaults to .
Gets the human-readable description of the component.
Gets the unique name of the component.
Serves as a hash function for a particular type. is suitable for use in hashing algorithms and data structures like a hash table.
A hash code for the current .
Gets the attachment content disposition.
The formatter options
The attachment content disposition
Formats MIME HTML archive reports similar to the web archives generated by Internet Explorer. The report can then be sent to recipients as a single file.
Unfortunately the format is non-standard and cannot be read by most other browsers.
Serves as a hash function for a particular type. is suitable for use in hashing algorithms and data structures like a hash table.
A hash code for the current .
Formats reports as Xml.
Recognizes the following options: OptionDescription- AttachmentContentDispositionOverrides the default attachment content disposition for the format. The content disposition may be "Absent" to exclude attachments, "Link" to include attachments by reference to external files, or "Inline" to include attachments as inline content within the formatted document. Different formats use different default content dispositions.
Serves as a hash function for a particular type. is suitable for use in hashing algorithms and data structures like a hash table.
A hash code for the current .
Generic XSLT report formatter.
Recognizes the following options: OptionDescription- AttachmentContentDispositionOverrides the default attachment content disposition for the format. The content disposition may be "Absent" to exclude attachments, "Link" to include attachments by reference to external files, or "Inline" to include attachments as inline content within the formatted document. Different formats use different default content dispositions.
Gets the XSL transform.
Applies the transform to produce a report.
Copies additional resources to the content path within the report.
Serves as a hash function for a particular type. is suitable for use in hashing algorithms and data structures like a hash table.
A hash code for the current .
Loads the XSL transform.
The full path of the XSLT
The transform
Populates the arguments for the XSL template processing.