Author: abogachuk
Date: 2008-10-17 13:04:52 -0400 (Fri, 17 Oct 2008)
New Revision: 10940
Modified:
trunk/birt/docs/en/modules/birt_designer.xml
Log:
style and language verification
Modified: trunk/birt/docs/en/modules/birt_designer.xml
===================================================================
--- trunk/birt/docs/en/modules/birt_designer.xml 2008-10-17 16:55:28 UTC (rev 10939)
+++ trunk/birt/docs/en/modules/birt_designer.xml 2008-10-17 17:04:52 UTC (rev 10940)
@@ -52,16 +52,16 @@
<title>BIRT Report Designer Features</title>
<para>Here are the main BIRT Report Designer features:</para>
<itemizedlist><listitem><para><emphasis
role="bold">Palette</emphasis> - contains tables, labels, and charts.
It is used in conjunction with the Layout View to design
reports.</para></listitem>
- <listitem><para><emphasis role="bold">Data
Explorer</emphasis> - Organizes your data sources and data sets. The Data Sets
editor enables testing your data set to check whether the report receives the correct
data. You can also create cubes using your data sets (when building any dynamic cross
tables) and design necessary report parameters.</para></listitem>
+ <listitem><para><emphasis role="bold">Data
Explorer</emphasis> - organizes your data sources and data sets. The Data Sets
editor enables testing your data set to check whether the report receives the correct
data. You can also create cubes using your data sets (when building any dynamic cross
tables) and design necessary report parameters.</para></listitem>
<listitem><para><emphasis role="bold">Resource
Explorer</emphasis> - BIRT allows the reuse of report objects, such as tables, data
sources and styles. Objects created for reuse are stored in a library file. To browse the
contents of report libraries BIRT supplies the Resource Explorer view. This view lists all
libraries within the resource folder, in addition to other shared content such as images
and JavaScript files.</para></listitem>
- <listitem><para><emphasis role="bold">Property
Editor</emphasis> - Shows the most commonly used properties. BIRT also integrates
with the standard Eclipse property view to display a detailed listing of all properties
for an item.</para></listitem>
+ <listitem><para><emphasis role="bold">Property
Editor</emphasis> - shows the most commonly used properties. BIRT also integrates
with the standard Eclipse property view to display a detailed listing of all properties
for an item.</para></listitem>
<listitem><para><emphasis role="bold">Layout
View</emphasis> - WYSIWYG editor. You can select any element from the Palette, drag
and drop it to the report and then edit the way you like.</para></listitem>
- <listitem><para><emphasis role="bold">Script
Editor</emphasis> - Scripting adds business logic to reports during data access,
during report generation, or during viewing. The code editor provides standard Eclipse
features for editing your scripts: syntax coloring, auto-complete and more. An interesting
new feature, for BIRT 2.3 is the ability to debug scripts while the report is
running.</para></listitem>
- <listitem><para><emphasis role="bold">Report
Preview</emphasis> - You can test your report at any time with real data. The
preview is a window directly within Eclipse.</para></listitem>
- <listitem><para><emphasis role="bold">Chart
Builder</emphasis> - Adding Charts to BIRT designs is expedited with the Chart
Builder. Chart creation is separated into three phases: Select Chart Type, Select Data,
and Format Chart.</para></listitem>
- <listitem><para><emphasis role="bold">Expression
Builder </emphasis> - BIRT expressions are really just simple scripts that return a
value. Expressions are used for assigning data values to report elements, building image
locations, hyperlinks, parameter default values and many other places. Expressions are
constructed within BIRT using the Expression Builder.</para></listitem>
- <listitem><para><emphasis role="bold">Cheat
Sheets</emphasis> - Learning a new tool is always a challenge, but Eclipse offers an
innovative solution: cheat sheets. These are short bits of documentation that walk you
through new tasks.</para></listitem>
- <listitem><para><emphasis
role="bold">Outline</emphasis> - BIRT reports are organized as a tree
structure with the overall report as the root, and separate categories for styles, report
content, data sources, data sets, report parameters and more. The Outline view provides a
compact overview of your entire report structure.</para></listitem>
+ <listitem><para><emphasis role="bold">Script
Editor</emphasis> - scripting adds business logic to reports during data access,
report generation, or viewing. The code editor provides standard features for editing
scripts: syntax coloring, auto-complete etc. You also can debug scripts when the report is
running.</para></listitem>
+ <listitem><para><emphasis role="bold">Report
Preview</emphasis> - Report Preview is used to test your newly created report with
some real data.</para></listitem>
+ <listitem><para><emphasis role="bold">Chart
Builder</emphasis> - using the Chart Builder you can add any charts to the design of
your report. Just select a chart type, then data and, finally, format the
chart.</para></listitem>
+ <listitem><para><emphasis role="bold">Expression
Builder </emphasis> - expressions are simple scripts that return a value. They are
used to assign data values to report elements, build image locations, hyperlinks,
parameter default values etc.</para></listitem>
+ <listitem><para><emphasis role="bold">Cheat
Sheets</emphasis> - Cheat sheets are small pices of useful dosumentation that lead
you through a report creation process. Just select when you need and then follow the
instructions.</para></listitem>
+ <listitem><para><emphasis
role="bold">Outline</emphasis> - this view provides a compact overview
of the entire report structure.</para></listitem>
</itemizedlist>
Show replies by date