ReportRepository Class

Scanjour Workflow4 Reference Manual
The PDFRepository class.
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.Web.Services.RepositoriesReportRepository

Namespace:  Scanjour.Workflow4.Web.Services.Repositories
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public class ReportRepository

The ReportRepository type exposes the following members.

Constructors

  NameDescription
Public methodReportRepository
Initializes a new instance of the ReportRepository class
Top
Methods

  NameDescription
Public methodAddReportToCase(ODataService, String, String, String, String, String, String, String, DateTime, String) Obsolete.
A Method to generate process history document using reports API (Compatibility version, only for history report, only create, no update)
Public methodAddReportToCase(ODataService, String, Object, Boolean, String, String, String, String, String, DateTime, String, String, ICollectionKeyValuePairString, String, String, String) Obsolete.
A Method to generate report document using reports API
Public methodConvert
Convert eml to msg.
Public methodCreateDocumentPdfRendition
Creates PDF renditions for a given recordKey
Public methodCreateDocumentPdfRenditionWithHeader
Creates PDF renditions for a given recordKey
Public methodCreatePdf
Create Pdf from zero or more documents and optional string content.
Public methodCreatePdfInMemory
Creates a simple pdf document from a memory stream.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetReport
Geenrates report using PDF Service Report API.
Public methodGetReportJsonRequestBody
Creates serialized body of parameters needed for PDF Service Report API from report specific parameters and record information.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMergeDocumentsToPdf
Merges documents into single PDF document using PDF service
Public methodRemergePdfFields
Remerges specified values of content controls into PDF
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidatePdfUa
Validates the accessability of a document
Top
See Also

Reference