Search Results for

    Show / Hide Table of Contents

    Class TaskReport

    This class represents a report that was generated by an automatic task.

    Inheritance
    object
    TaskReport
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class TaskReport
    Remarks

    To access the reports that were generated by a particular automatic task, use Reports.

    To save the contents of the report to a file, use SaveTaskReportAs(Guid, string, ReportFormat).

    Constructors

    TaskReport()

    Declaration
    public TaskReport()

    Properties

    Description

    Gets the description of the report.

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    string

    Id

    Gets the unique ID of this report.

    Declaration
    public Guid Id { get; }
    Property Value
    Type Description
    Guid

    Name

    Gets the friendly name of the report.

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

    TaskTemplateId

    Gets the template ID of the task that generated this report.

    Declaration
    public string TaskTemplateId { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX