SetBurstFieldCriteria method: ReportManager class
Syntax
SetBurstFieldCriteria(BurstFld, BurstOp, BurstValue)
Description
Use the SetBurstFieldCriteria method to specify the burst criteria to be used with searching report definitions.
Parameters
| Parameter | Description |
|---|---|
|
BurstField |
Specify the name of the burst field used to generate the report, as a string. |
|
BusrtOp |
Specify the search operator to be used BurstField, as a string. |
|
BurstValue |
Specify the pattern string to be matched with burst field value using BurstOp. |
Returns
A Boolean value, true if the method completes successfully, false otherwise.