See: Description
| Interface | Description |
|---|---|
| Param |
This interface represents a parameter used in a template, it can be used to retrieve information
about the parameter such as name, prompt name, as well as set or get its current
values.
|
| Parameters |
This is an interface that is used to manipulate parameters in a (report) template.
|
| Class | Description |
|---|---|
| ChartParameterPage |
A page that user specifies parameters for a parameterized chart.
|
| CssHtmlParameterPageWriter |
Writer that writes ParameterPage in HTML format with Cascading Style Sheet Objects and Styles
embedded.
|
| HtmlParameterPageWriter |
Writer that writes ParameterPage in HTML format.
|
| ParameterPage |
A page that user specifies parameters for a parameterized report or parameterized chart.
|
| ParameterPageWriter |
An Abstract Writer that writes ParameterPage
|
| ReportParameterPage |
A page that user specifies paramters for a parameterized report Typically, the use of a
ParameterPage involves a ParameterPageWriter and the code is as follows:
|