[jboss-svn-commits] JBL Code SVN: r7774 - in labs/reportingservices/trunk/dev/modules/client/impl/etc/test1: . META-INF

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Nov 22 04:37:52 EST 2006


Author: noel.rocher at jboss.com
Date: 2006-11-22 04:37:51 -0500 (Wed, 22 Nov 2006)
New Revision: 7774

Added:
   labs/reportingservices/trunk/dev/modules/client/impl/etc/test1/META-INF/
   labs/reportingservices/trunk/dev/modules/client/impl/etc/test1/META-INF/jboss-report.xml
   labs/reportingservices/trunk/dev/modules/client/impl/etc/test1/RotationReport1.jrxml
Log:


Added: labs/reportingservices/trunk/dev/modules/client/impl/etc/test1/META-INF/jboss-report.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/client/impl/etc/test1/META-INF/jboss-report.xml	2006-11-22 09:37:37 UTC (rev 7773)
+++ labs/reportingservices/trunk/dev/modules/client/impl/etc/test1/META-INF/jboss-report.xml	2006-11-22 09:37:51 UTC (rev 7774)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE server>
+
+
+	<!--
+		Sample configuration for the JBoss Enterprise Report Archive.
+	-->
+
+<jboss-report>
+	<security-constraints />
+	<default />
+	<report>
+		<name>/aaa/bbb/myReport</name>
+		<datasource/>
+		<role/>
+		<parameters />
+	</report>
+</jboss-report>
+

Added: labs/reportingservices/trunk/dev/modules/client/impl/etc/test1/RotationReport1.jrxml
===================================================================
--- labs/reportingservices/trunk/dev/modules/client/impl/etc/test1/RotationReport1.jrxml	2006-11-22 09:37:37 UTC (rev 7773)
+++ labs/reportingservices/trunk/dev/modules/client/impl/etc/test1/RotationReport1.jrxml	2006-11-22 09:37:51 UTC (rev 7774)
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE jasperReport PUBLIC "-//JasperReports//DTD Report Design//EN" "http://jasperreports.sourceforge.net/dtds/jasperreport.dtd">
+
+<jasperReport name="RotationReport" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="30" bottomMargin="30">
+	<title>
+		<band height="782">
+			<staticText>
+				<reportElement mode="Opaque" x="0" y="0" width="90" height="350" backcolor="#c0c0c0"/>
+				<textElement rotation="Left">
+					<font size="14"/>
+				</textElement>
+				<text><![CDATA[rotation="Left" 
+textAlignment="Left" 
+verticalAlignment="Top"]]></text>
+			</staticText>
+			<staticText>
+				<reportElement mode="Opaque" x="100" y="0" width="90" height="350" backcolor="#c0c0c0"/>
+				<textElement textAlignment="Center" verticalAlignment="Bottom" rotation="Left">
+					<font size="14"/>
+				</textElement>
+				<text><![CDATA[rotation="Left" 
+textAlignment="Center" 
+verticalAlignment="Bottom"]]></text>
+			</staticText>
+			<staticText>
+				<reportElement mode="Opaque" x="200" y="0" width="90" height="350" backcolor="#c0c0c0"/>
+				<textElement textAlignment="Right" verticalAlignment="Middle" rotation="Left">
+					<font size="14"/>
+				</textElement>
+				<text><![CDATA[rotation="Left" 
+textAlignment="RIght" 
+verticalAlignment="Middle"]]></text>
+			</staticText>
+			<staticText>
+				<reportElement mode="Opaque" x="255" y="410" width="90" height="350" forecolor="#ffffff" backcolor="#404040"/>
+				<textElement textAlignment="Right" verticalAlignment="Middle" rotation="Right">
+					<font size="14"/>
+				</textElement>
+				<text><![CDATA[rotation="Right" 
+textAlignment="RIght" 
+verticalAlignment="Middle"]]></text>
+			</staticText>
+			<staticText>
+				<reportElement mode="Opaque" x="355" y="410" width="90" height="350" forecolor="#ffffff" backcolor="#404040"/>
+				<textElement textAlignment="Center" verticalAlignment="Bottom" rotation="Right">
+					<font size="14"/>
+				</textElement>
+				<text><![CDATA[rotation="Right" 
+textAlignment="Center" 
+verticalAlignment="Bottom"]]></text>
+			</staticText>
+			<staticText>
+				<reportElement mode="Opaque" x="455" y="410" width="90" height="350" forecolor="#ffffff" backcolor="#404040"/>
+				<textElement rotation="Right">
+					<font size="14"/>
+				</textElement>
+				<text><![CDATA[rotation="Right" 
+textAlignment="Left" 
+verticalAlignment="Top"]]></text>
+			</staticText>
+		</band>
+	</title>
+</jasperReport>




More information about the jboss-svn-commits mailing list