WorkflowReport members
Reserved for internal use. Enables you to generate a workflow report.
The WorkflowReport type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkflowReport | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
HasMoreData | This member is reserved for internal use and is not intended to be used directly from your code. WorkflowReport - HasMoreDataGets whether there are more rows of workflow history data. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | This member is reserved for internal use and is not intended to be used directly from your code. WorkflowReport - DisposeDispose implementation | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAssociation | This member is reserved for internal use and is not intended to be used directly from your code. Returns the approval workflow instance with the specified GUID that is associated with the specified list. | |
GetHashCode | (Inherited from Object.) | |
GetNextDataRow | This member is reserved for internal use and is not intended to be used directly from your code. AuditReport - GetNextDataRowGets the next row of audit data. | |
GetType | (Inherited from Object.) | |
InitPrettyPrintInfo | This member is reserved for internal use and is not intended to be used directly from your code. | |
MemberwiseClone | (Inherited from Object.) | |
RetrieveData | This member is reserved for internal use and is not intended to be used directly from your code. | |
RgrgoFromItems | This member is reserved for internal use and is not intended to be used directly from your code. | |
StartQuery | This member is reserved for internal use and is not intended to be used directly from your code. AuditReport - StartQueryInitialize the query for the report. | |
StartReport | This member is reserved for internal use and is not intended to be used directly from your code. WorkflowReport - StartReportInitialize the parameters for the report. | |
StrFormQuery | This member is reserved for internal use and is not intended to be used directly from your code. | |
StrPrettyPrintAssociation | This member is reserved for internal use and is not intended to be used directly from your code. | |
StrPrettyPrintDuration | This member is reserved for internal use and is not intended to be used directly from your code. | |
StrPrettyPrintEvent | This member is reserved for internal use and is not intended to be used directly from your code. | |
StrPrettyPrintList | This member is reserved for internal use and is not intended to be used directly from your code. | |
StrPrettyPrintListItem | This member is reserved for internal use and is not intended to be used directly from your code. | |
StrPrettyPrintUserName | This member is reserved for internal use and is not intended to be used directly from your code. | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
strColumnDescription | This member is reserved for internal use and is not intended to be used directly from your code. A description of the report that needs to be reported. | |
strColumnDuration | This member is reserved for internal use and is not intended to be used directly from your code. The duration of the workflow events that needs to be reported. | |
strColumnEvent | This member is reserved for internal use and is not intended to be used directly from your code. The event that needs to be reported. | |
strColumnGroup | This member is reserved for internal use and is not intended to be used directly from your code. | |
strColumnItem | This member is reserved for internal use and is not intended to be used directly from your code. The item with which the workflow instance is associated with which needs to be reported. | |
strColumnList | This member is reserved for internal use and is not intended to be used directly from your code. The list with which the workflow is associated with which needs to be reported. | |
strColumnOccurred | This member is reserved for internal use and is not intended to be used directly from your code. true if only reporting workflows that have already executed. | |
strColumnOtherData | This member is reserved for internal use and is not intended to be used directly from your code. Custom data. | |
strColumnOutcome | This member is reserved for internal use and is not intended to be used directly from your code. The outcome of the workflow event, if only reporting a certain type of outcome. | |
strColumnUser | This member is reserved for internal use and is not intended to be used directly from your code. The user name, if only reporting workflows executed by a certain user. | |
strColumnWorkflowAssociation | This member is reserved for internal use and is not intended to be used directly from your code. The approval workflow instance. | |
strColumnWorkflowInstance | This member is reserved for internal use and is not intended to be used directly from your code. The workflow instance which should be reported. | |
strColumnWorkflowTemplate | This member is reserved for internal use and is not intended to be used directly from your code. The template used for the workflows, if only reporting workflows that are based on certain template. | |
strParamAssociationId | This member is reserved for internal use and is not intended to be used directly from your code. The GUID of the approval workflow instance that should be reported. | |
strParamEventIds | This member is reserved for internal use and is not intended to be used directly from your code. The IDs of the workflow events that should be contained in the report. |
Top