BIRT-quadrant-budget-hsql-intparm.xaction 1.58 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
<action-sequence>
	<name>BIRT-quadrant-budget-hsql-intparm.xaction</name>
	<version>1</version>
	<title>Eclipse BIRT HTML Example</title>	
        <logging-level>debug</logging-level>
	<documentation>
		<author>James Dixon</author>
		<description><![CDATA[
			This is an example of an HTML report produced by Eclipse BIRt. 
<p/>			It shows the actual headcount cost, budgeted headcount cost, and variance for every position, department and region
<p/>			It demostrates using colors and styles for headers and groupings. It also shows sub-totals.
		]]></description>
		<icon>BIRT1.png</icon>
		<help></help>
		<result-type>report</result-type>
	</documentation>

	<inputs>
		<output-type type="string">
			<default-value>html</default-value>
			<sources>
				<request>type</request> 
			</sources>
		</output-type>
		<intparm type="string">
			<default-value></default-value>
			<sources>
				<request>intparm</request> 
			</sources>
		</intparm>
	</inputs>
  
	<outputs/>

	<resources>
		<report-definition>
			<solution-file>
				<location>BIRT-quadrant-budget-hsql-intparm.rptdesign</location>
				<mime-type>text/xml</mime-type>
			</solution-file>
		</report-definition>
	</resources>
  
  <actions>
      <action-definition>

        <action-inputs>
            <output-type type="string"/>
            <intparm type="string"/>
        </action-inputs>
        
        <action-outputs/>
        
	<component-name>BIRTReportComponent</component-name>
        <action-type>report</action-type>
      	<component-definition>
        </component-definition>
      </action-definition>
  </actions>
</action-sequence>