Click or drag to resize

ReportRepository Class

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: 24.5.0.0 (24.5.0.0)
Syntax
public class ReportRepository

The ReportRepository type exposes the following members.

Constructors
 NameDescription
Public methodReportRepositoryInitializes 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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes 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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMergeDocumentsToPdf Merges documents into single PDF document using PDF service
Public methodPdfRendtionExist Finds out if a pdf rendition allready exists for a document
Public methodRemergePdfFields Remerges specified values of content controls into PDF
Public methodRemergePdfFieldsEx Remerges specified values of content controls into PDF
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodValidatePdfUa Validates the accessability of a document
Top
Extension Methods
See Also