Search Results for

    Show / Hide Table of Contents

    Class ReportDefinition

    This class represents a report definition for system reporting engines.

    Inheritance
    System.Object
    ReportDefinition
    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.FileBased.Reports.Models
    Assembly: Sdl.ProjectAutomation.FileBased.dll
    Syntax
    public class ReportDefinition

    Constructors

    ReportDefinition()

    Declaration
    public ReportDefinition()

    Fields

    Assembly

    The report definition assembly.

    Declaration
    public Assembly Assembly
    Field Value
    Type Description
    System.Reflection.Assembly

    Data

    The report definition data.

    Declaration
    public byte[] Data
    Field Value
    Type Description
    System.Byte[]

    Id

    The template Id.

    Declaration
    public string Id
    Field Value
    Type Description
    System.String

    ResourceName

    The full name for the assembly with the report definition.

    Declaration
    public string ResourceName
    Field Value
    Type Description
    System.String

    On this page

    • Constructors
      • ReportDefinition()
    • Fields
      • Assembly
      • Data
      • Id
      • ResourceName
    Back to top Generated by DocFX