|
|
| Actuate Developer Workbench |
|
|
|
This is the tool for professional developers to design and to build required reports as well as Libraries. In this, a professional can make customized reporting capabilities using Actuate basic language and Actuate Foundation Class.
|
 |
Building
Reports |
|
|
Developer workbench is the only tool provided with Actuate e-Report
Designer which uses coding in a report. The libraries made with this
tool can be used with any other report tools provided by Actuate.
With this we can make as well as view reports, which are in the
report server.
|
 |
The Component palettes |
|
|
To build a report you need several components. All these are stored in component palettes as buttons. You can select the palettes from the main component palette.
|
|

|
How does it work?
|
|
The main component palette includes:
|
|
|
Structure palette:
This contains Report section, Group section, Sequential section, Parallel
section, Conditional section, Report component and Frame. |
|
Ask to experts
|
 |
Actuate QA |
|
section will help you in answering all of your questions about Actuate.
You can post new questions as well as search in our database |
|
|
|
|
Data palette:
Connection, Query, Data filter, Data row and Stored procedure are the
contents of data palette. |
|
|
Controls palette:
The controls of this palette are Text control, Integer control, Date and
Time control, Currency control, Floating point control and graph. |
|
|
Graphics palette:
This contains Label, Line control, ellipse control, Rectangle control,
Image control, OLE container control and frame. |
|
|
HTML palette:
This palette include Html frame, HTML Rule control, HTML Java Applet
control, HTML Plug-in control, and HTML Image control. |
|
|
Page Layout palette:
Page list, Page control, Sub page, Flow and Page number control are the
controls of Page Layout palette. |
|
|
|

|
Tools |
|
Tools which we are using in actuate have their own tool bars. They are viewer toolbar, query editor toolbar, debug toolbar, navigator toolbar, and stored procedure toolbar.
With the viewer, we can view the report after running the finished
report. The navigator helps us to distribute and access report files in the report
encyclopedia
|
|
 |
Slots |
|
The design of a report contains different slots. They represent the component reference properties. Each slot has a name, which indicates that the component in that slot is used for what. The design of a report contains two main slots; content and
page list. |
 |
Sections |
|
It is a main component, which determines the logical structure of the report. At the time of designing the components are collected in sections. While running the report, the section receives the input data and decides which component is to work out.
|
Different sections are :
|
|
|
Report
section: In a report design report section is the major
component. |
|
|
Group section:
A group section component helps us to group
the
data and contains components to display that data. |
|
|
Sequential
section: It helps us to produce more than one report in a single report
object. |
|
|
Conditional section: With the conditional section we can
determine
which of the two frames or sections to be displayed or print. |
|
|
Parallel section:
We can view two or more reports
simultaneously, with the help of the parallel section. |
|
|
|
|
|