|
Server IP : 127.0.0.1 / Your IP : 127.0.0.1 Web Server : Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 System : Windows NT WIN-R7LTCC7BPLI 6.3 build 9200 (Windows Server 2012 R2 Datacenter Edition) i586 User : GerbangSIPAD ( 0) PHP Version : 5.6.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : C:/xampp5/htdocs/bhumie/upload/../report/SKKepalaDaerah/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?xml version="1.0" encoding="UTF-8"?>
<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" name="SKOpIndividu" language="groovy" pageWidth="1201" pageHeight="595" orientation="Landscape" columnWidth="1161" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="c5322670-2c99-4c9c-bfe1-f59d5a2aa412">
<property name="ireport.zoom" value="5.0"/>
<property name="ireport.x" value="4488"/>
<property name="ireport.y" value="528"/>
<parameter name="kd_propinsi" class="java.lang.String"/>
<parameter name="kd_dati2" class="java.lang.String"/>
<parameter name="kd_kecamatan" class="java.lang.String"/>
<parameter name="kd_kelurahan" class="java.lang.String"/>
<parameter name="tahun_pajak" class="java.lang.String"/>
<parameter name="no_keputusan" class="java.lang.String"/>
<parameter name="tgl_keputusan" class="java.lang.String"/>
<parameter name="SUBREPORT_DIR" class="java.lang.String">
<defaultValueExpression><![CDATA[]]></defaultValueExpression>
</parameter>
<queryString>
<![CDATA[select a.kd_propinsi, a.nm_propinsi, b.kd_dati2, b.nm_dati2, c.kd_kecamatan, c.nm_kecamatan, d.kd_kelurahan, d.nm_kelurahan
from pbb.ref_propinsi a, pbb.ref_dati2 b, pbb.ref_kecamatan c, pbb.ref_kelurahan d
where
b.kd_propinsi= a.kd_propinsi and
c.kd_dati2= b.kd_dati2 and
d.kd_kecamatan= c.kd_kecamatan and
a.kd_propinsi=$P{kd_propinsi} and
b.kd_dati2=$P{kd_dati2} and
c.kd_kecamatan=$P{kd_kecamatan} and
d.kd_kelurahan=$P{kd_kelurahan};]]>
</queryString>
<field name="kd_propinsi" class="java.lang.String"/>
<field name="nm_propinsi" class="java.lang.String"/>
<field name="kd_dati2" class="java.lang.String"/>
<field name="nm_dati2" class="java.lang.String"/>
<field name="kd_kecamatan" class="java.lang.String"/>
<field name="nm_kecamatan" class="java.lang.String"/>
<field name="kd_kelurahan" class="java.lang.String"/>
<field name="nm_kelurahan" class="java.lang.String"/>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="103" splitType="Stretch">
<staticText>
<reportElement uuid="35758a0f-c5fb-4bd5-8f1c-449d576b7006" x="411" y="3" width="305" height="14"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[KLASIFIKASI DAN BESARNYA NJOP BUMI DAN BANGUNAN]]></text>
</staticText>
<staticText>
<reportElement uuid="35758a0f-c5fb-4bd5-8f1c-449d576b7006" x="471" y="17" width="136" height="14"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[DENGAN NILAI INDIVIDU]]></text>
</staticText>
<textField>
<reportElement uuid="4aeeed50-8fe7-4399-b2b7-201adef7adc6" x="606" y="17" width="41" height="14"/>
<textElement>
<font fontName="Courier New"/>
</textElement>
<textFieldExpression><![CDATA[$P{tahun_pajak}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="b5b17b0d-a811-43cb-bc3a-f1aeb1ea9e5f" x="113" y="58" width="114" height="14"/>
<textElement>
<font fontName="Courier New"/>
</textElement>
<textFieldExpression><![CDATA[$F{nm_propinsi}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="22640efd-21ae-471b-82f9-89bea948de9f" x="101" y="58" width="13" height="14"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[-]]></text>
</staticText>
<staticText>
<reportElement uuid="19ec7529-6be7-4ee0-be64-1b85867e8be5" x="18" y="58" width="68" height="14"/>
<textElement>
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[PROPINSI : ]]></text>
</staticText>
<textField>
<reportElement uuid="6a33b75f-e080-49aa-80a0-83910f46ce42" x="85" y="58" width="16" height="14"/>
<textElement>
<font fontName="Courier New"/>
</textElement>
<textFieldExpression><![CDATA[$F{kd_propinsi}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="22640efd-21ae-471b-82f9-89bea948de9f" x="101" y="72" width="13" height="14"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[-]]></text>
</staticText>
<textField>
<reportElement uuid="9f0b8add-2527-44be-a9ee-38f93fa0d711" x="85" y="72" width="16" height="14"/>
<textElement>
<font fontName="Courier New"/>
</textElement>
<textFieldExpression><![CDATA[$F{kd_dati2}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="19ec7529-6be7-4ee0-be64-1b85867e8be5" x="18" y="71" width="68" height="14"/>
<textElement>
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[KOTA/KAB :]]></text>
</staticText>
<textField>
<reportElement uuid="61c8eee2-0797-497d-91a1-dd3470d26442" x="114" y="72" width="113" height="14"/>
<textElement>
<font fontName="Courier New"/>
</textElement>
<textFieldExpression><![CDATA[$F{nm_dati2}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="22640efd-21ae-471b-82f9-89bea948de9f" x="990" y="58" width="13" height="14"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[-]]></text>
</staticText>
<textField>
<reportElement uuid="2a864fe6-2661-432d-b40e-a0cb90b51908" x="1003" y="58" width="133" height="14"/>
<textElement>
<font fontName="Courier New"/>
</textElement>
<textFieldExpression><![CDATA[$F{nm_kecamatan}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="014b4f5c-c7f4-4459-9dea-c7f8b74a52f9" x="971" y="58" width="19" height="14"/>
<textElement>
<font fontName="Courier New"/>
</textElement>
<textFieldExpression><![CDATA[$F{kd_kecamatan}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="19ec7529-6be7-4ee0-be64-1b85867e8be5" x="903" y="58" width="68" height="14"/>
<textElement>
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[KECAMATAN :]]></text>
</staticText>
<staticText>
<reportElement uuid="19ec7529-6be7-4ee0-be64-1b85867e8be5" x="903" y="71" width="68" height="14"/>
<textElement>
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[KELURAHAN :]]></text>
</staticText>
<textField>
<reportElement uuid="cbfc78d4-ad64-417d-906a-7620f211f0f1" x="970" y="71" width="21" height="14"/>
<textElement>
<font fontName="Courier New"/>
</textElement>
<textFieldExpression><![CDATA[$F{kd_kelurahan}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="22640efd-21ae-471b-82f9-89bea948de9f" x="990" y="71" width="13" height="14"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[-]]></text>
</staticText>
<textField>
<reportElement uuid="dc1ed86b-c260-4fd2-82e3-543ea8386a89" x="1002" y="71" width="148" height="14"/>
<textElement>
<font fontName="Courier New"/>
</textElement>
<textFieldExpression><![CDATA[$F{nm_kelurahan}]]></textFieldExpression>
</textField>
</band>
</title>
<pageHeader>
<band height="88">
<staticText>
<reportElement uuid="51cc836f-0a6e-4c65-853e-cb26466488c7" x="15" y="5" width="1157" height="12"/>
<textElement verticalAlignment="Middle">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[===============================================================================================================================================================================================]]></text>
</staticText>
<staticText>
<reportElement uuid="51cc836f-0a6e-4c65-853e-cb26466488c7" x="15" y="56" width="1157" height="12"/>
<textElement verticalAlignment="Middle">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[===============================================================================================================================================================================================]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="16" y="13" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="16" y="22" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="16" y="31" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="16" y="40" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="16" y="49" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="f39f019d-e810-482d-be52-52230c0119b1" x="21" y="17" width="23" height="39"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[NO]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="45" y="13" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="45" y="22" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="45" y="31" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="45" y="40" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="45" y="49" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="f39f019d-e810-482d-be52-52230c0119b1" x="53" y="17" width="145" height="39"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[NOMOR OBJEK PAJAK]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="222" y="13" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="222" y="22" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="222" y="31" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="222" y="40" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="222" y="49" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="3944c1d4-d693-46c1-970a-636c2c9e14dd" x="248" y="23" width="126" height="13"/>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[NAMA WAJIB PAJAK]]></text>
</staticText>
<staticText>
<reportElement uuid="3944c1d4-d693-46c1-970a-636c2c9e14dd" x="248" y="36" width="126" height="13"/>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[ALAMAT OBJEK PAJAK]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="406" y="14" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="406" y="23" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="406" y="32" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="406" y="41" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="406" y="50" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="f39f019d-e810-482d-be52-52230c0119b1" x="411" y="17" width="40" height="39"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[RT/RW]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="452" y="14" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="452" y="23" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="452" y="32" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="452" y="41" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="452" y="49" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="503" y="17" width="34" height="15"/>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[LUAS]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="454" y="30" width="139" height="12"/>
<textElement verticalAlignment="Top">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[-----------------------]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="469" y="38" width="34" height="13"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[TANAH]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="456" y="48" width="61" height="13"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[TNH-BERS]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="522" y="34" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="522" y="42" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="522" y="50" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="542" y="38" width="34" height="13"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[BNG]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="533" y="48" width="54" height="13"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[BNG-BERS]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="591" y="14" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="591" y="23" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="591" y="32" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="591" y="40" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="591" y="49" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="f39f019d-e810-482d-be52-52230c0119b1" x="594" y="17" width="40" height="39"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[KD ZNT]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="636" y="13" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="636" y="22" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="636" y="31" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="636" y="40" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="636" y="49" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="637" y="30" width="87" height="12"/>
<textElement verticalAlignment="Top">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[--------------]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="640" y="40" width="34" height="13"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[TANAH]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="680" y="40" width="34" height="13"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[BNG]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="675" y="34" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="675" y="42" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="675" y="50" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="722" y="13" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="722" y="22" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="722" y="31" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="722" y="40" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="722" y="49" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="661" y="16" width="34" height="15"/>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[KELAS]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="725" y="30" width="172" height="12"/>
<textElement verticalAlignment="Top">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[-----------------------------]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="749" y="38" width="34" height="13"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[TANAH]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="736" y="48" width="61" height="13"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[TNH-BERS]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="828" y="47" width="54" height="13"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[BNG-BERS]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="837" y="37" width="34" height="13"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[BNG]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="807" y="34" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="776" y="16" width="58" height="15"/>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[NJOP/M2]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="897" y="13" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="897" y="22" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="897" y="31" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="897" y="40" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="897" y="49" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="946" y="16" width="87" height="15"/>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[NJOP RP. 000,-]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="1017" y="38" width="34" height="13"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[BNG]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="1070" y="49" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="981" y="34" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="904" y="48" width="61" height="13"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[TNH-BERS]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="1070" y="40" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="1070" y="22" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="1008" y="47" width="54" height="13"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[BNG-BERS]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="1070" y="13" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="1070" y="31" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="899" y="29" width="174" height="12"/>
<textElement verticalAlignment="Top">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[----------------------------]]></text>
</staticText>
<staticText>
<reportElement uuid="096b245e-dcf5-4d9f-b96e-837768a7aa0d" x="918" y="38" width="34" height="13"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[TANAH]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="807" y="42" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="807" y="50" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="981" y="42" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="981" y="50" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="f39f019d-e810-482d-be52-52230c0119b1" x="1070" y="20" width="82" height="17"/>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[JUMLAH NJOP]]></text>
</staticText>
<staticText>
<reportElement uuid="f39f019d-e810-482d-be52-52230c0119b1" x="1070" y="37" width="82" height="17"/>
<textElement textAlignment="Center" verticalAlignment="Top">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[Rp. 000,-]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="1152" y="14" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="1152" y="22" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="1152" y="31" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="1152" y="40" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
<staticText>
<reportElement uuid="36c14cf0-530f-4045-bc84-5f174b3b7777" x="1152" y="49" width="2" height="12"/>
<textElement textAlignment="Center">
<font fontName="Courier New"/>
</textElement>
<text><![CDATA[|]]></text>
</staticText>
</band>
</pageHeader>
<detail>
<band height="86" splitType="Stretch">
<subreport>
<reportElement uuid="dd015983-bfa2-4569-b208-d5638b6202a8" x="16" y="0" width="1099" height="86"/>
<subreportParameter name="kd_propinsi">
<subreportParameterExpression><![CDATA[$P{kd_propinsi}]]></subreportParameterExpression>
</subreportParameter>
<subreportParameter name="kd_dati2">
<subreportParameterExpression><![CDATA[$P{kd_dati2}]]></subreportParameterExpression>
</subreportParameter>
<subreportParameter name="kd_kecamatan">
<subreportParameterExpression><![CDATA[$P{kd_kecamatan}]]></subreportParameterExpression>
</subreportParameter>
<subreportParameter name="kd_kelurahan">
<subreportParameterExpression><![CDATA[$P{kd_kelurahan}]]></subreportParameterExpression>
</subreportParameter>
<subreportParameter name="tahun_pajak">
<subreportParameterExpression><![CDATA[$P{tahun_pajak}]]></subreportParameterExpression>
</subreportParameter>
<subreportParameter name="SUBREPORT_DIR">
<subreportParameterExpression><![CDATA[$P{SUBREPORT_DIR}]]></subreportParameterExpression>
</subreportParameter>
<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
<subreportExpression><![CDATA[$P{SUBREPORT_DIR} + "SKOpIndividu_1.jasper"]]></subreportExpression>
</subreport>
</band>
</detail>
<summary>
<band height="42" splitType="Stretch"/>
</summary>
</jasperReport>