SetProcessInstanceCriteria method: ReportManager class

Syntax

SetProcessInstanceCriteria(FromPID, ToPID)

Description

Use the SetProcessInstanceCriteria method to specify the process instance range criteria for searching reports.

Parameters

Parameter Description

FromPID

Specify a process instance ID to be used as the starting range from which to search, as a number. This value must be less than or equal to ToPID. You can specify a null value for this parameter, that is, (" ").

ToPID

Specify a process instance ID to be used as the ending range from which to search, as a number. This value must be greater than or equal to FromPID. You can specify a null value for this parameter, that is, (" ").

Returns

A Boolean value: true if the search criteria is added successfully, false otherwise.