Top  | Previous | Next

Report Viewer

Description

This component is the heart of the Reporting Module. The customizer for this component is the Report Designer. See the Reporting section for more about creating dynamic reports.

Properties

Appearance

Font

Font of text of this component

Scripting name

font

Data type

Font

Foreground Color

The foreground color of the component.

Scripting name

foreground

Data type

Color

Background Color

The background color of the component.

Scripting name

background

Data type

Color

Zoom Factor

Sets the zoom factor for the report viewer

Scripting name

zoomFactor

Data type

float

Flags

bindable

Behavior

Suggested Filename

The filename that will come up by default when the user saves the report to disk.

Scripting name

suggestedFilename

Data type

String

Print Mode

Sets the printing mode. Vector is fast and high-quality for printers that support it, but Raster mode can help the spool size with older printers.

Scripting name

printingMode

Data type

int

Flags

expert

Values

0

Vector

1

Raster

Raster DPI

If the mode is raster, this is the DPI that will be used.

Scripting name

printingDPI

Data type

int

Flags

expert

Common

Name

The name of this component.

Scripting name

name

Data type

String

Flags

bindable

Enabled

If disabled, a component cannot be used.

Scripting name

enabled

Data type

boolean

Visible

If disabled, the component will be hidden.

Scripting name

visible

Data type

boolean

Border

The border surrounding this component. NOTE that the border is unaffected by rotation.

Scripting name

border

Data type

Border

Mouseover Text

The text that is displayed in the tooltip which pops up on mouseover of this component.

Scripting name

toolTipText

Data type

String

Opaque

If false, backgrounds are not drawn. If true, backgrounds are drawn.

Scripting name

opaque

Data type

boolean

Scripting

Events

The following event sets are fired by this component. See Component Event Handlers to learn more.

mouse
mouseMotion
propertyChange

 

Scripting Functions

This component has no special scripting functions.