Class ReportDefinition
This class represents a report definition for system reporting engines.
Inheritance
Object
ReportDefinition
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.ProjectAutomation.FileBased.Reports.Models
Assembly: Sdl.ProjectAutomation.FileBased.dll
Syntax
public class ReportDefinition
Constructors
ReportDefinition()
This class represents a report definition for system reporting engines.
Declaration
public ReportDefinition()
Fields
Assembly
The report definition assembly.
Declaration
public Assembly Assembly
Field Value
Type | Description |
---|---|
Assembly |
Data
The report definition data.
Declaration
public byte[] Data
Field Value
Type | Description |
---|---|
Byte[] |
Id
The template Id.
Declaration
public string Id
Field Value
Type | Description |
---|---|
String |
ResourceName
The full name for the assembly with the report definition.
Declaration
public string ResourceName
Field Value
Type | Description |
---|---|
String |