<?xml version="1.0"?> <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" topMargin="0" bottomMargin="0" leftMargin="0" rightMargin="0" isTitleNewPage="true"> <title> <band> <textField isBlankWhenNull="true"> <reportElement x="0" y="0" width="555" height="0"/> <textFieldExpression>null</textFieldExpression> </textField> </band> </title> <detail> <!-- Put your details here --> </detail> </jasperReport>
You need to create an account or log in to post comments to this site.