⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 insideformfile.bak

📁 报表工具IReport的例子,实例中包括了生成pdf,html,excel等格式的报表文件.源码中包括了报表和在web上展现的源程序
💻 BAK
📖 第 1 页 / 共 2 页
字号:
<?xml version="1.0" encoding="UTF-8"  ?>
<!-- Created with iReport - A designer for JasperReports -->
<!DOCTYPE jasperReport PUBLIC "//JasperReports//DTD Report Design//EN" "http://jasperreports.sourceforge.net/dtds/jasperreport.dtd">
<jasperReport
		 name="InsideformFile"
		 columnCount="1"
		 printOrder="Vertical"
		 orientation="Portrait"
		 pageWidth="595"
		 pageHeight="842"
		 columnWidth="535"
		 columnSpacing="0"
		 leftMargin="30"
		 rightMargin="30"
		 topMargin="20"
		 bottomMargin="20"
		 whenNoDataType="NoPages"
		 isTitleNewPage="false"
		 isSummaryNewPage="false">
	<property name="ireport.scriptlethandling" value="0" />
	<property name="ireport.encoding" value="UTF-8" />
	<import value="java.util.*" />
	<import value="net.sf.jasperreports.engine.*" />
	<import value="net.sf.jasperreports.engine.data.*" />

	<parameter name="Title" isForPrompting="true" class="java.lang.String">
		<parameterDescription><![CDATA[瀹氫箟鎶ヨ〃鐨勮〃澶翠俊鎭痌]></parameterDescription>
	</parameter>
	<parameter name="BEGINDATE" isForPrompting="true" class="java.lang.String">
		<defaultValueExpression ><![CDATA["1970-01-01"]]></defaultValueExpression>
	</parameter>
	<parameter name="ENDDATE" isForPrompting="true" class="java.lang.String">
		<defaultValueExpression ><![CDATA["2006-01-01"]]></defaultValueExpression>
	</parameter>
	<parameter name="SubFileReport" isForPrompting="true" class="net.sf.jasperreports.engine.JasperReport"/>
	<queryString><![CDATA[select * from insideformwhere ISSUE_DATA between $P{BEGINDATE} and $P{ENDDATE}order by insideform.inside_id]]></queryString>

	<field name="INSIDE_ID" class="java.lang.Double"/>
	<field name="INSIDE_CODE" class="java.lang.String"/>
	<field name="WEAVE_DATE" class="java.lang.String"/>
	<field name="WEAVE_TIME" class="java.lang.String"/>
	<field name="INSIDE_TITLE" class="java.lang.String"/>
	<field name="MAIN_GIVE" class="java.lang.String"/>
	<field name="COPY_GIVE" class="java.lang.String"/>
	<field name="CONTENT" class="java.lang.String"/>
	<field name="CONFIRM_MAN" class="java.lang.Double"/>
	<field name="AUDITING_MAN" class="java.lang.Double"/>
	<field name="WEAVE_MAN" class="java.lang.Double"/>
	<field name="STATE" class="java.lang.Double"/>
	<field name="TYPE" class="java.lang.Double"/>
	<field name="MAIN_ID" class="java.lang.String"/>
	<field name="COPY_ID" class="java.lang.String"/>
	<field name="ISSUE_TIME" class="java.lang.String"/>
	<field name="ISSUE_DATA" class="java.lang.String"/>
	<field name="COMFIRMBACK" class="java.lang.Double"/>
	<field name="PUBLISHED" class="java.lang.Double"/>
	<field name="DEPT_ID" class="java.lang.Double"/>
	<field name="DEPT_NAME" class="java.lang.String"/>
	<field name="DEPT_DESC" class="java.lang.String"/>
	<field name="TEMPONE" class="java.lang.String"/>
	<field name="TEMPTWO" class="java.lang.String"/>
	<field name="TEMPTHREE" class="java.lang.String"/>
	<field name="TEMPFOUR" class="java.lang.Double"/>
	<field name="TEMPFIVE" class="java.lang.Double"/>
	<field name="TEMPSIX" class="java.lang.Double"/>
	<field name="TEMPSEVEN" class="java.lang.Double"/>
	<field name="TEMPEIGHT" class="java.lang.String"/>
	<field name="TEMPNINE" class="java.lang.String"/>
	<field name="TEMPTEN" class="java.lang.String"/>
	<field name="TEMPELEVEN" class="java.lang.String"/>
	<field name="TEMPTWELVE" class="java.lang.String"/>
	<field name="TEMPTHIRTEEN" class="java.lang.String"/>
	<field name="TEMPFIFTEEN" class="java.lang.String"/>
	<field name="TEMPSIXTEEN" class="java.lang.String"/>
	<field name="TEMPFOURTEEN" class="java.lang.String"/>

		<background>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</background>
		<title>
			<band height="33"  isSplitAllowed="true" >
				<textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						mode="Transparent"
						x="0"
						y="5"
						width="535"
						height="20"
						forecolor="#000000"
						backcolor="#FFFFFF"
						key="textField-1"
						stretchType="NoStretch"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="false"/>
					<box topBorder="None" topBorderColor="#000000" leftBorder="None" leftBorderColor="#000000" rightBorder="None" rightBorderColor="#000000" bottomBorder="None" bottomBorderColor="#000000"/>
					<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" lineSpacing="Single">
						<font fontName="瀹嬩綋" pdfFontName="STSong-Light" size="14" isBold="true" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="UniGB-UCS2-H" isStrikeThrough="false" />
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$P{Title}]]></textFieldExpression>
				</textField>
			</band>
		</title>
		<pageHeader>
			<band height="18"  isSplitAllowed="true" >
				<staticText>
					<reportElement
						mode="Opaque"
						x="20"
						y="0"
						width="515"
						height="18"
						forecolor="#000000"
						backcolor="#999999"
						key="staticText"
						stretchType="NoStretch"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="false"/>
					<box topBorder="None" topBorderColor="#000000" leftBorder="None" leftBorderColor="#000000" rightBorder="None" rightBorderColor="#000000" bottomBorder="None" bottomBorderColor="#000000"/>
					<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" lineSpacing="Single">
						<font fontName="瀹嬩綋" pdfFontName="STSong-Light" size="14" isBold="true" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="UniGB-UCS2-H" isStrikeThrough="false" />
					</textElement>
				<text><![CDATA[鍐呴儴琛屾枃闄勪欢鍒楄〃锛歖]></text>
				</staticText>
			</band>
		</pageHeader>
		<columnHeader>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</columnHeader>
		<detail>
			<band height="35"  isSplitAllowed="true" >
				<subreport  isUsingCache="true">
					<reportElement
						mode="Opaque"
						x="0"
						y="18"
						width="350"
						height="13"
						forecolor="#000000"
						backcolor="#FFFFFF"
						key="subreport"
						stretchType="NoStretch"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="false"
						isRemoveLineWhenBlank="true"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="true"/>
					<subreportParameter  name="INSIDE_ID">
						<subreportParameterExpression><![CDATA[$F{INSIDE_ID}]]></subreportParameterExpression>
					</subreportParameter>
					<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
					<subreportExpression  class="net.sf.jasperreports.engine.JasperReport"><![CDATA[$P{SubFileReport}]]></subreportExpression>
				</subreport>
				<textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						mode="Opaque"
						x="20"
						y="2"
						width="255"
						height="15"
						forecolor="#000000"
						backcolor="#FFFFFF"
						key="textField"
						stretchType="NoStretch"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="true"/>
					<box topBorder="None" topBorderColor="#000000" leftBorder="None" leftBorderColor="#000000" rightBorder="None" rightBorderColor="#000000" bottomBorder="None" bottomBorderColor="#000000"/>
					<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" lineSpacing="Single">
						<font fontName="瀹嬩綋" pdfFontName="STSong-Light" size="10" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="UniGB-UCS2-H" isStrikeThrough="false" />
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{INSIDE_TITLE}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						mode="Transparent"
						x="279"
						y="2"
						width="109"
						height="15"
						forecolor="#000000"
						backcolor="#FFFFFF"
						key="staticText-3"
						stretchType="NoStretch"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -