Click or drag to resize

RequestReport Properties

The RequestReport type exposes the following members.

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 propertyDisplayNameGets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
(Inherited from Activity)
Public propertyIdGets 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
See Also