Search Results for

    Show / Hide Table of Contents

    Class ReportFormat

    Represents a file format to which an automatic task report (see Reports) can be saved (SaveTaskReportAs(Guid, String, ReportFormat)). You cannot create new instances of this class. Rather, use one of the predefined static instances (Excel, Html, Mht or Xml).

    Inheritance
    System.Object
    ReportFormat
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class ReportFormat

    Fields

    Excel

    Microsoft Excel file format.

    Declaration
    public static ReportFormat Excel
    Field Value
    Type Description
    ReportFormat

    Html

    Html file format.

    Declaration
    public static ReportFormat Html
    Field Value
    Type Description
    ReportFormat

    Mht

    Mhtml file format.

    Declaration
    public static ReportFormat Mht
    Field Value
    Type Description
    ReportFormat

    Xml

    XML file format.

    Declaration
    public static ReportFormat Xml
    Field Value
    Type Description
    ReportFormat

    Properties

    Name

    Gets the name of the file format.

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

    On this page

    • Fields
      • Excel
      • Html
      • Mht
      • Xml
    • Properties
      • Name
    Back to top Generated by DocFX