Class TaskReport
This class represents a report that was generated by an automatic task.
Inheritance
System.Object
TaskReport
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 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 |
---|---|
System.String |
Id
Gets the unique ID of this report.
Declaration
public Guid Id { get; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Gets the friendly name of the report.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
TaskTemplateId
Gets the template ID of the task that generated this report.
Declaration
public string TaskTemplateId { get; }
Property Value
Type | Description |
---|---|
System.String |