Click or drag to resize

SimpleRequestReport Properties

The SimpleRequestReport type exposes the following members.

Properties
 NameDescription
Public propertyActivityException Any exception thrown from activity.
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 propertyErrorAction Compensating action determining what to do, if an exception is thrown
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 Defaults to PDF
Public propertyReportUpdateId Report ID to update. If provided a record will be overwritten with new report.
Public propertyResultGets or sets the result argument for the ActivityTResult.
(Inherited from ActivityBoolean)
Public propertyResultTypeWhen implemented in a derived class, gets the type of an activity OutArgument.
(Inherited from ActivityWithResult)
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