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 |