Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 96193 Details for
Bug 226685
Thai3.4:Export Report problem for Postscript and MS.Word
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Report design
Flat_File_CSV.rptdesign (text/plain), 9.91 KB, created by
Nattapong Sirilappanich
on 2008-04-16 02:23:38 EDT
(
hide
)
Description:
Report design
Filename:
MIME Type:
Creator:
Nattapong Sirilappanich
Created:
2008-04-16 02:23:38 EDT
Size:
9.91 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.16" id="1"> > <property name="createdBy">Eclipse BIRT Designer Version 2.3.0.v20080328 Build <2.3.0.v20080403-1020></property> > <property name="units">in</property> > <property name="comments">Copyright (c) 2006 <<Your Company Name here>></property> > <html-property name="description">Creates a blank report with no predefined content.</html-property> > <text-property name="displayName">Blank Report</text-property> > <property name="iconFile">/templates/blank_report.gif</property> > <data-sources> > <oda-data-source extensionID="org.eclipse.datatools.connectivity.oda.flatfile" name="Data Source" id="4"> > <property name="HOME">C:\Temp</property> > <property name="DELIMTYPE">COMMA</property> > <property name="CHARSET">UTF-8</property> > <property name="INCLCOLUMNNAME">YES</property> > <property name="INCLTYPELINE">YES</property> > </oda-data-source> > </data-sources> > <data-sets> > <oda-data-set extensionID="org.eclipse.datatools.connectivity.oda.flatfile.dataSet" name="Data Set" id="5"> > <structure name="cachedMetaData"> > <list-property name="resultSet"> > <structure> > <property name="position">1</property> > <property name="name">Region</property> > <property name="dataType">string</property> > </structure> > <structure> > <property name="position">2</property> > <property name="name">Sales</property> > <property name="dataType">string</property> > </structure> > <structure> > <property name="position">3</property> > <property name="name">Cost</property> > <property name="dataType">string</property> > </structure> > <structure> > <property name="position">4</property> > <property name="name">Profit</property> > <property name="dataType">string</property> > </structure> > </list-property> > </structure> > <property name="dataSource">Data Source</property> > <list-property name="resultSet"> > <structure> > <property name="position">1</property> > <property name="name">Region</property> > <property name="nativeName">Region</property> > <property name="dataType">string</property> > <property name="nativeDataType">12</property> > </structure> > <structure> > <property name="position">2</property> > <property name="name">Sales</property> > <property name="nativeName">Sales</property> > <property name="dataType">string</property> > <property name="nativeDataType">12</property> > </structure> > <structure> > <property name="position">3</property> > <property name="name">Cost</property> > <property name="nativeName">Cost</property> > <property name="dataType">string</property> > <property name="nativeDataType">12</property> > </structure> > <structure> > <property name="position">4</property> > <property name="name">Profit</property> > <property name="nativeName">Profit</property> > <property name="dataType">string</property> > <property name="nativeDataType">12</property> > </structure> > </list-property> > <property name="queryText">select "Region", "Sales", "Cost", "Profit" from Sales_CSV.csv : {"Region","Region",STRING;"Sales","Sales",STRING;"Cost","Cost",STRING;"Profit","Profit",STRING}</property> > <xml-property name="designerValues"><![CDATA[<?xml version="1.0" encoding="UTF-8"?> ><model:DesignValues xmlns:design="http://www.eclipse.org/datatools/connectivity/oda/design" xmlns:model="http://www.eclipse.org/birt/report/model/adapter/odaModel"> > <Version>1.0</Version> > <design:ResultSets derivedMetaData="true"> > <design:resultSetDefinitions> > <design:resultSetColumns> > <design:resultColumnDefinitions> > <design:attributes> > <design:name>Region</design:name> > <design:position>1</design:position> > <design:nativeDataTypeCode>12</design:nativeDataTypeCode> > <design:precision>-1</design:precision> > <design:scale>-1</design:scale> > <design:nullability>Unknown</design:nullability> > </design:attributes> > <design:usageHints> > <design:label>Region</design:label> > <design:formattingHints/> > </design:usageHints> > </design:resultColumnDefinitions> > <design:resultColumnDefinitions> > <design:attributes> > <design:name>Sales</design:name> > <design:position>2</design:position> > <design:nativeDataTypeCode>12</design:nativeDataTypeCode> > <design:precision>-1</design:precision> > <design:scale>-1</design:scale> > <design:nullability>Unknown</design:nullability> > </design:attributes> > <design:usageHints> > <design:label>Sales</design:label> > <design:formattingHints/> > </design:usageHints> > </design:resultColumnDefinitions> > <design:resultColumnDefinitions> > <design:attributes> > <design:name>Cost</design:name> > <design:position>3</design:position> > <design:nativeDataTypeCode>12</design:nativeDataTypeCode> > <design:precision>-1</design:precision> > <design:scale>-1</design:scale> > <design:nullability>Unknown</design:nullability> > </design:attributes> > <design:usageHints> > <design:label>Cost</design:label> > <design:formattingHints/> > </design:usageHints> > </design:resultColumnDefinitions> > <design:resultColumnDefinitions> > <design:attributes> > <design:name>Profit</design:name> > <design:position>4</design:position> > <design:nativeDataTypeCode>12</design:nativeDataTypeCode> > <design:precision>-1</design:precision> > <design:scale>-1</design:scale> > <design:nullability>Unknown</design:nullability> > </design:attributes> > <design:usageHints> > <design:label>Profit</design:label> > <design:formattingHints/> > </design:usageHints> > </design:resultColumnDefinitions> > </design:resultSetColumns> > </design:resultSetDefinitions> > </design:ResultSets> ></model:DesignValues>]]></xml-property> > </oda-data-set> > </data-sets> > <page-setup> > <simple-master-page name="Simple MasterPage" id="2"> > <page-footer> > <text id="3"> > <property name="contentType">html</property> > <text-property name="content"><![CDATA[<value-of>new Date()</value-of>]]></text-property> > </text> > </page-footer> > </simple-master-page> > </page-setup> > <body> > <label id="26"> > <property name="fontSize">large</property> > <property name="fontWeight">bold</property> > <property name="paddingTop">0pt</property> > <text-property name="text">Flat File CSV(Comma Saparated Value) Test</text-property> > </label> > <table id="6"> > <property name="width">100%</property> > <property name="dataSet">Data Set</property> > <list-property name="boundDataColumns"> > <structure> > <property name="name">Region</property> > <expression name="expression">dataSetRow["Region"]</expression> > <property name="dataType">string</property> > </structure> > <structure> > <property name="name">Sales</property> > <expression name="expression">dataSetRow["Sales"]</expression> > <property name="dataType">string</property> > </structure> > </list-property> > <column id="19"/> > <column id="20"/> > <column id="21"/> > <header> > <row id="7"> > <cell id="8"> > <label id="22"> > <text-property name="text">Region</text-property> > </label> > </cell> > <cell id="9"> > <label id="24"> > <text-property name="text">Sales</text-property> > </label> > </cell> > <cell id="10"/> > </row> > </header> > <detail> > <row id="11"> > <cell id="12"> > <data id="23"> > <property name="resultSetColumn">Region</property> > </data> > </cell> > <cell id="13"> > <data id="25"> > <property name="resultSetColumn">Sales</property> > </data> > </cell> > <cell id="14"/> > </row> > </detail> > <footer> > <row id="15"> > <cell id="16"/> > <cell id="17"/> > <cell id="18"/> > </row> > </footer> > </table> > </body> ></report>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 226685
:
95683
| 96193 |
96194
|
96409
|
96410
|
97385
|
97389
|
97390