ReportADFParameters Structure
Use the ReportADFParameters structure to define report parameters (prompt, filter, or variable).
The ReportADFParameters structure is used in the ReportEditingService Service.
ReportADFParameters Structure Fields
Table 9-2 ReportADFParameters Structure Fields
Field | Description |
---|---|
String name |
Specifies the formula of the prompt, filter, or variable |
String operator |
Specifies the prompt operator |
String type |
Specifies the type of parameter (filter, prompt, or variable). |
String datatype |
Specifies the SQL datatype of the parameter |
String value |
Specifies the field used for an operator needing two operands. Other operators have values specified in the ADFParameterValues field. |
ADFParameterValues values |
Specifies the values for this parameter |
ADFParameterValues String [] |
Specifies an array of string values |