RequestReport Class

Scanjour Workflow4 Reference Manual
Generate Pdf report compensation activity wrapper.
Inheritance Hierarchy

SystemObject
  System.ActivitiesActivity
    Scanjour.Workflow4.ActivityLibraryAbstractErrorManagedActivity
      Scanjour.Workflow4.ActivityLibraryRequestReport

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public sealed class RequestReport : AbstractErrorManagedActivity

The RequestReport type exposes the following members.

Constructors

  NameDescription
Public methodRequestReport
Initializes a new instance of the RequestReport class
Top
Properties

  NameDescription
Public propertyActivityException
Any exception thrown from activity.
Public propertyCancel
True if CANCEL action is detected.
(Inherited from AbstractErrorManagedActivity.)
Public propertyClassification
The classification
Public propertyDisplayName
Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
(Inherited from Activity.)
Public propertyId
Gets an identifier that is unique in the scope of the workflow definition.
(Inherited from Activity.)
Public propertyIncludeDocumentContents
Report will include referenced documents contents if set to true.
Public propertyInfoId
The user task info Id
Public propertyLetterDate
Date of the report.
Public propertyLocalizationUserName
If provided localization will get culture information of the user, otherwise current user will be used
Public propertyPreliminaryReport
If true report will be watermarked as preliminary.
Public propertyProtectRecord
Indicates whether the UpdateUserUsedForLocking shall be used for write protected.
Public propertyRecordState
State of document.
Public propertyRecordType
RecordType.
Public propertyReportId
Report GUID or process parameter name. If not provided will lookup default process param ReportId.
Public propertyReportParameters
Process parameters object that will be passed to report.
Public propertyReportParentId
Parent Record ID. If provided the report will be saved as a child to that document.
Public propertyReportRecordId
Saved report record ID. If it is update - it will be the same as ReportUpdateId.
Public propertyReportType
Report file type used to determine the format of output report
Public propertyReportUpdateId
Report ID to update. If provided a record will be overwritten with new report.
Public propertyResult
Provides result
(Inherited from AbstractErrorManagedActivity.)
Public propertySPDocumentSource
The source to be set on the pdf
Public propertyTitle
Title.
Public propertyTitleTemplate
Title template.
Public propertyWorkflowInstance
The workflow id the report is generated for.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodShouldSerializeDisplayName
Indicates whether the DisplayName property should be serialized.
(Inherited from Activity.)
Public methodToString
Returns a String that contains the Id and DisplayName of the Activity.
(Inherited from Activity.)
Top
See Also

Reference