EspressReport 6.3

Package quadbase.common.param

Contains the classes that formats and prints the parameter page for a parameterized report or parameterized chart.

See:
          Description

Interface Summary
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 Summary
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:

 

Package quadbase.common.param Description

Contains the classes that formats and prints the parameter page for a parameterized report or parameterized chart.


EspressReport 6.3