Create Process History Document
Inheritance Hierarchy
System.ActivitiesActivity
System.ActivitiesActivityWithResult
System.ActivitiesActivityBoolean
System.ActivitiesCodeActivityBoolean
Scanjour.Workflow4.ActivityLibrarySimpleRequestReport
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The SimpleRequestReport type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SimpleRequestReport |
Default constructor.
|
Properties
Name | Description | |
---|---|---|
ActivityException |
Any exception thrown from activity.
| |
Classification |
The classification
| |
DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity.) | |
ErrorAction |
Compensating action determining what to do, if an exception is thrown
| |
Id | Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.) | |
IncludeDocumentContents |
Report will include referenced documents contents if set to true.
| |
InfoId |
The user task info Id
| |
LetterDate |
Date of the report.
| |
LocalizationUserName |
If provided localization will get culture information of the user, otherwise current user will be used
| |
PreliminaryReport |
If true report will be watermarked as preliminary.
| |
ProtectRecord |
Indicates whether the UpdateUserUsedForLocking shall be used for write protected.
| |
RecordState |
State of document.
| |
RecordType |
RecordType.
| |
ReportId |
Report GUID or process parameter name. If not provided will lookup default process param ReportId.
| |
ReportParameters |
Process parameters object that will be passed to report.
| |
ReportParentId |
Parent Record ID. If provided the report will be saved as a child to that document.
| |
ReportRecordId |
Saved report record ID. If it is update - it will be the same as ReportUpdateId.
| |
ReportType |
Report file type used to determine the format of output report
Defaults to PDF
| |
ReportUpdateId |
Report ID to update. If provided a record will be overwritten with new report.
| |
Result | Gets or sets the result argument for the ActivityTResult. (Inherited from ActivityBoolean.) | |
ResultType | When implemented in a derived class, gets the type of an activity OutArgument. (Inherited from ActivityWithResult.) | |
SPDocumentSource |
The source to be set on the pdf
| |
Title |
Title.
| |
TitleTemplate |
Title template.
| |
WorkflowInstance |
The workflow id the report is generated for.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ShouldSerializeDisplayName | Indicates whether the DisplayName property should be serialized. (Inherited from Activity.) | |
ToString | (Inherited from Activity.) |
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also