|
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/bphtb/report/CetakInformasiObjekPajak/ |
| [ 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="informasi_objek_pajak" language="groovy" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="56b2a485-7b5d-4e40-b74f-c88e2b1c49c6">
<property name="ireport.zoom" value="1.4641000000000006"/>
<property name="ireport.x" value="186"/>
<property name="ireport.y" value="282"/>
<style name="table" fill="Solid" pattern="">
<pen lineWidth="1.0"/>
<box>
<topPen lineWidth="1.0" lineColor="#000000"/>
<leftPen lineWidth="1.0" lineColor="#000000"/>
<bottomPen lineWidth="1.0" lineColor="#000000"/>
<rightPen lineWidth="1.0" lineColor="#000000"/>
</box>
</style>
<parameter name="TGL_SEKARANG" class="java.lang.String"/>
<parameter name="nip" class="java.lang.String">
<defaultValueExpression><![CDATA[]]></defaultValueExpression>
</parameter>
<parameter name="no_pemohon" class="java.lang.Integer">
<defaultValueExpression><![CDATA[]]></defaultValueExpression>
</parameter>
<parameter name="organisasi" class="java.lang.String">
<defaultValueExpression><![CDATA["01"]]></defaultValueExpression>
</parameter>
<queryString>
<![CDATA[SELECT org.nama_org, org.nama_dinas, org.alamat_dinas, org.ibu_kota,b.npwp, v.nm_wp, j.jenis_prh,d.kd_propinsi, d.kd_dati2, d.kd_kecamatan, d.kd_kelurahan, d.kd_blok, d.no_urut, d.kd_jns_op,
v.letak_bangunan, v.nm_kelurahan, v.nm_kecamatan, v.nm_dati2, s.total_luas_bumi, s.total_luas_bng, s.njop_bumi, s.njop_bng,
s.total_luas_bumi * s.njop_bumi AS total_luasbumi, s.total_luas_bng * s.njop_bng AS total_luasbng,
(s.total_luas_bumi * s.njop_bumi) + (s.total_luas_bng * s.njop_bng) AS total_luas, p.nip, p.nama_pjb, p.pangkat
FROM bphtb.organisasi org,
bphtb.pemohon b,
bphtb.dok_terima d LEFT JOIN bphtb.jenis_prh j ON d.kode_jns = j.kode_jns,
bphtb.v_nop_pemilik v LEFT JOIN pbb.dat_objek_pajak s ON s.subjek_pajak_id = v.subjek_pajak_id,
bphtb.pejabat p
WHERE org.kode_org = $P{organisasi}
AND v.kd_propinsi = d.kd_propinsi
AND v.kd_dati2 = d.kd_dati2
AND v.kd_kecamatan = d.kd_kecamatan
AND v.kd_kelurahan = d.kd_kelurahan
AND v.no_urut = d.no_urut
AND v.kd_jns_op = d.kd_jns_op
AND d.no_reg = b.no_reg
AND b.no_pmh = $P{no_pemohon}
AND p.nip = $P{nip}]]>
</queryString>
<field name="nama_org" class="java.lang.String"/>
<field name="nama_dinas" class="java.lang.String"/>
<field name="alamat_dinas" class="java.lang.String"/>
<field name="ibu_kota" class="java.lang.String"/>
<field name="npwp" class="java.lang.String"/>
<field name="nm_wp" class="java.lang.String"/>
<field name="jenis_prh" class="java.lang.String"/>
<field name="kd_propinsi" class="java.lang.String"/>
<field name="kd_dati2" class="java.lang.String"/>
<field name="kd_kecamatan" class="java.lang.String"/>
<field name="kd_kelurahan" class="java.lang.String"/>
<field name="kd_blok" class="java.lang.String"/>
<field name="no_urut" class="java.lang.String"/>
<field name="kd_jns_op" class="java.lang.String"/>
<field name="letak_bangunan" class="java.lang.String"/>
<field name="nm_kelurahan" class="java.lang.String"/>
<field name="nm_kecamatan" class="java.lang.String"/>
<field name="nm_dati2" class="java.lang.String"/>
<field name="total_luas_bumi" class="java.lang.Long"/>
<field name="total_luas_bng" class="java.lang.Long"/>
<field name="njop_bumi" class="java.lang.Long"/>
<field name="njop_bng" class="java.lang.Long"/>
<field name="total_luasbumi" class="java.lang.Long"/>
<field name="total_luasbng" class="java.lang.Long"/>
<field name="total_luas" class="java.lang.Long"/>
<field name="nip" class="java.lang.String"/>
<field name="nama_pjb" class="java.lang.String"/>
<field name="pangkat" class="java.lang.String"/>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="11" splitType="Stretch"/>
</title>
<pageHeader>
<band height="80" splitType="Stretch">
<line>
<reportElement uuid="b62b1e1e-bf0b-4ea9-8b87-35409134eb3e" x="0" y="79" width="555" height="1"/>
<graphicElement>
<pen lineWidth="3.0" lineStyle="Double"/>
</graphicElement>
</line>
<textField>
<reportElement uuid="08d4f97e-a0de-4979-ad63-24a62964909f" x="0" y="0" width="555" height="20"/>
<textElement textAlignment="Center">
<font size="14" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{nama_org}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="c0a0b058-dee9-4d61-ae34-480a70e34aa5" x="0" y="19" width="555" height="20"/>
<textElement textAlignment="Center">
<font size="14" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{nama_dinas}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="43bccdba-40c7-4474-9ac2-f2e7ba9a5c30" x="0" y="39" width="555" height="20"/>
<textElement textAlignment="Center"/>
<textFieldExpression><![CDATA[$F{alamat_dinas}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="b7880af4-eeb5-42e6-a8f5-fa63731c9fb1" x="0" y="57" width="555" height="20"/>
<textElement textAlignment="Center"/>
<textFieldExpression><![CDATA[$F{ibu_kota}]]></textFieldExpression>
</textField>
</band>
</pageHeader>
<columnHeader>
<band height="80" splitType="Stretch">
<staticText>
<reportElement uuid="dffc568d-d8f4-4cd8-838f-6e9108973db6" x="28" y="0" width="100" height="35"/>
<textElement/>
<text><![CDATA[Permintaan Data Objek Pajak]]></text>
</staticText>
<staticText>
<reportElement uuid="f69ba3b8-498d-4f5b-96e8-baab690436fe" x="0" y="0" width="28" height="20"/>
<textElement/>
<text><![CDATA[Hal :]]></text>
</staticText>
<staticText>
<reportElement uuid="7eccc24e-24cf-4950-a83c-1cfc29fbec70" x="420" y="0" width="51" height="20"/>
<textElement/>
<text><![CDATA[GIANYAR,]]></text>
</staticText>
<textField pattern="dd/MM/yyyy">
<reportElement uuid="69a6cf49-c2f7-4b4e-b13b-8d4a82f6386f" x="471" y="0" width="84" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$P{TGL_SEKARANG}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="409231cc-11e7-438f-996f-42b5d9a14497" x="420" y="20" width="51" height="15"/>
<textElement/>
<text><![CDATA[Kepada]]></text>
</staticText>
<staticText>
<reportElement uuid="142ee778-3629-49b7-bca8-83ac528e664d" x="420" y="34" width="22" height="20"/>
<textElement/>
<text><![CDATA[Yth,]]></text>
</staticText>
<staticText>
<reportElement uuid="499bb612-b2b7-491d-8cfd-e409ad4aaa76" x="442" y="34" width="113" height="31"/>
<textElement/>
<text><![CDATA[Fungsi Pelayanan
di Tempat]]></text>
</staticText>
</band>
</columnHeader>
<detail>
<band height="355" splitType="Stretch">
<staticText>
<reportElement uuid="2f1138fa-b382-4339-9872-0b5e1c85f585" x="28" y="0" width="100" height="15"/>
<textElement/>
<text><![CDATA[Dengan hormat,]]></text>
</staticText>
<staticText>
<reportElement uuid="01100879-2b90-49a2-9504-1d39dab71110" x="28" y="15" width="527" height="15"/>
<textElement/>
<text><![CDATA[Dibawah ini merupakan data yang dibutuhkan dalam proses penelitian SSPD-BPHTB, yaitu :]]></text>
</staticText>
<staticText>
<reportElement uuid="1dc49ac7-7612-4b7e-9f67-0d7c4b7382ff" x="28" y="30" width="527" height="15"/>
<textElement/>
<text><![CDATA[permintaan data terkait perolehan hak atas tanah dan/atau bangunan atas :]]></text>
</staticText>
<staticText>
<reportElement uuid="b81a79bf-04ee-4d0a-bd42-1a75e572a3ab" x="28" y="45" width="90" height="15"/>
<textElement/>
<text><![CDATA[1. Nama Wajib Pajak]]></text>
</staticText>
<staticText>
<reportElement uuid="5c5d73af-d391-42a9-8087-dceffd5c78a4" x="28" y="60" width="42" height="15"/>
<textElement/>
<text><![CDATA[2. NPWP]]></text>
</staticText>
<staticText>
<reportElement uuid="38246705-1e20-44bc-88d8-0a685295587b" x="213" y="45" width="8" height="15"/>
<textElement/>
<text><![CDATA[:]]></text>
</staticText>
<staticText>
<reportElement uuid="76933506-cdf1-4ddc-9453-caef7e953910" x="213" y="60" width="8" height="15"/>
<textElement/>
<text><![CDATA[:]]></text>
</staticText>
<staticText>
<reportElement uuid="ecaf724d-3f0f-490e-bdf6-018fe66ce3b8" x="28" y="105" width="125" height="15"/>
<textElement/>
<text><![CDATA[5. Letak tanah/bangunan]]></text>
</staticText>
<staticText>
<reportElement uuid="ceea940f-df12-413a-9e2b-d527cbca62f5" x="28" y="90" width="125" height="15"/>
<textElement/>
<text><![CDATA[4. Nomor Objek Pajak (NOP)]]></text>
</staticText>
<staticText>
<reportElement uuid="cdf7ba16-1da5-4631-8e07-4d54f826811d" x="213" y="105" width="8" height="15"/>
<textElement/>
<text><![CDATA[:]]></text>
</staticText>
<staticText>
<reportElement uuid="2edf97d3-97ff-4371-adb9-0159665fcece" x="28" y="75" width="185" height="15"/>
<textElement/>
<text><![CDATA[3. Perolehan Hak Selama Tahun Berjalan]]></text>
</staticText>
<staticText>
<reportElement uuid="a8150f7e-fd90-4bb5-9154-a9cdc244ce93" x="28" y="120" width="125" height="15"/>
<textElement/>
<text><![CDATA[6. Desa/Kelurahan]]></text>
</staticText>
<staticText>
<reportElement uuid="fec377e8-9417-4330-a9b3-99e9627fa991" x="28" y="340" width="428" height="15"/>
<textElement/>
<text><![CDATA[Atas perhatiannya kami ucapkan terima kasih]]></text>
</staticText>
<staticText>
<reportElement uuid="eb216463-98c2-44a4-86e7-710e2ae73bd8" x="213" y="75" width="8" height="15"/>
<textElement/>
<text><![CDATA[:]]></text>
</staticText>
<staticText>
<reportElement uuid="0bb9c1ac-5807-4098-af8a-ac2a1e26a30c" x="213" y="90" width="8" height="15"/>
<textElement/>
<text><![CDATA[:]]></text>
</staticText>
<staticText>
<reportElement uuid="e087469e-60c3-401b-b91f-71ab0b655c92" x="213" y="120" width="8" height="15"/>
<textElement/>
<text><![CDATA[:]]></text>
</staticText>
<staticText>
<reportElement uuid="2a1fb1e5-ee9b-442b-bff0-d3c76f413844" x="28" y="135" width="125" height="15"/>
<textElement/>
<text><![CDATA[8. Kecamatan]]></text>
</staticText>
<staticText>
<reportElement uuid="4f24a625-d8c6-4972-aa23-8fa8fae0a91e" x="213" y="135" width="8" height="15"/>
<textElement/>
<text><![CDATA[:]]></text>
</staticText>
<staticText>
<reportElement uuid="d2c9c866-6eb4-4aa3-b5b1-07beba80831e" x="370" y="120" width="99" height="15"/>
<textElement/>
<text><![CDATA[7. RT/RW]]></text>
</staticText>
<staticText>
<reportElement uuid="66a7e7f3-74a4-4613-88e6-b48b089f51e3" x="468" y="120" width="2" height="15"/>
<textElement/>
<text><![CDATA[:]]></text>
</staticText>
<staticText>
<reportElement uuid="8f02299d-f576-4880-8fc4-840039fa9c52" x="370" y="135" width="72" height="15"/>
<textElement/>
<text><![CDATA[9. Kabupaten]]></text>
</staticText>
<staticText>
<reportElement uuid="487dee9d-cae8-41ee-905f-b5741db80fc9" x="468" y="135" width="2" height="15"/>
<textElement/>
<text><![CDATA[:]]></text>
</staticText>
<staticText>
<reportElement uuid="02da6c03-43a2-45e5-998d-2f931c801c6c" x="29" y="164" width="124" height="15"/>
<textElement/>
<text><![CDATA[Perhitungan NJOPPBB]]></text>
</staticText>
<frame>
<reportElement uuid="e7501da9-5201-473c-b38a-9675b231f385" style="table" x="29" y="189" width="115" height="50"/>
<staticText>
<reportElement uuid="6cf5bf2a-9f63-4645-9e44-1ab60e1d07ec" x="0" y="0" width="115" height="50"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[Uraian]]></text>
</staticText>
</frame>
<frame>
<reportElement uuid="52b6e5f6-ee98-459d-8415-ebaad15d3d22" style="table" x="144" y="189" width="130" height="50"/>
<staticText>
<reportElement uuid="7c9785c4-002b-4b25-aba6-b56ed6b0cf6c" x="0" y="0" width="130" height="17"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[Luas]]></text>
</staticText>
<staticText>
<reportElement uuid="f19877c5-1af5-4abc-a366-ab9026cae9a3" x="0" y="17" width="130" height="33"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[(diisi oleh tanah yang haknya diperoleh)]]></text>
</staticText>
</frame>
<frame>
<reportElement uuid="292a402b-8b34-488f-9939-12145f920162" style="table" x="274" y="189" width="142" height="50"/>
<staticText>
<reportElement uuid="958fe835-cec9-4592-a27c-3b50b9cab20c" x="0" y="0" width="142" height="50"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[NUP PBB/m2 diisi berdasarkan SPPT PBB tahun terjadinya perolehan hak/tahun]]></text>
</staticText>
</frame>
<frame>
<reportElement uuid="ddf3665a-ad43-49b8-85fe-31649e410ff5" style="table" x="416" y="189" width="139" height="50"/>
<staticText>
<reportElement uuid="e9ecc045-d959-4539-8b0b-e31dfff08c09" x="0" y="0" width="139" height="50"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[Luas X NJOPPBB/m2]]></text>
</staticText>
</frame>
<frame>
<reportElement uuid="6c4cbc0d-bc05-4b45-a7bb-bd027b9942b9" style="table" x="29" y="239" width="115" height="25"/>
<staticText>
<reportElement uuid="be101255-a438-4950-8bdc-168e91479321" x="0" y="0" width="115" height="25"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[Tanah (Bumi)]]></text>
</staticText>
</frame>
<frame>
<reportElement uuid="e6ed0615-6143-4905-b6ad-5c3d6ce736c5" style="table" x="29" y="264" width="115" height="25"/>
<staticText>
<reportElement uuid="6efab322-f373-4143-8647-5cab759f8bf2" x="0" y="0" width="115" height="25"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[Bangunan]]></text>
</staticText>
</frame>
<frame>
<reportElement uuid="604132d4-ae84-4017-8fa7-af8336ca8b40" style="table" x="144" y="239" width="130" height="25"/>
<staticText>
<reportElement uuid="44746c49-9ba1-4841-a560-16eaea0c311f" style="table" x="0" y="0" width="15" height="25"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[7]]></text>
</staticText>
<textField>
<reportElement uuid="0fdf3f11-0cde-4275-827a-518bbab89e25" x="15" y="0" width="115" height="25"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{total_luas_bumi}]]></textFieldExpression>
</textField>
</frame>
<frame>
<reportElement uuid="1bb9765d-5ecd-4ec4-bb36-f87342775f0b" style="table" x="144" y="264" width="130" height="25"/>
<staticText>
<reportElement uuid="1b9cbb7e-4511-4ff9-b18a-6fa338c692e3" style="table" x="0" y="0" width="15" height="25"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[8]]></text>
</staticText>
<textField>
<reportElement uuid="48a3aa0c-0424-4054-bb42-99cf6e64a78d" x="15" y="0" width="115" height="25"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{total_luas_bng}]]></textFieldExpression>
</textField>
</frame>
<frame>
<reportElement uuid="4f9ccf30-6d1a-4fc4-9307-29cfe36d845e" style="table" x="274" y="239" width="142" height="25"/>
<staticText>
<reportElement uuid="e20f3cc1-9efe-4b3c-8f2e-e4898c60ad8b" style="table" x="0" y="0" width="15" height="25"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[9]]></text>
</staticText>
<textField>
<reportElement uuid="94577cae-1f24-4cf6-b389-2aa832e1bd64" x="15" y="0" width="127" height="25"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{njop_bumi}]]></textFieldExpression>
</textField>
</frame>
<frame>
<reportElement uuid="f04136ba-cb28-4084-957c-e1c46ba04ea6" style="table" x="274" y="264" width="142" height="25"/>
<staticText>
<reportElement uuid="2522e6c7-c3c6-4dad-8c15-da3b74809051" style="table" x="0" y="0" width="15" height="25"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[10]]></text>
</staticText>
<textField>
<reportElement uuid="c723f310-75e1-4fd2-9c2b-abeb552976cd" x="15" y="0" width="127" height="25"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{njop_bng}]]></textFieldExpression>
</textField>
</frame>
<frame>
<reportElement uuid="bf764b5e-f144-4dbb-82f4-73e22aca8e0a" style="table" x="416" y="239" width="139" height="25"/>
<staticText>
<reportElement uuid="29ccc226-232a-4af9-9369-bfbdd8953ea8" style="table" x="0" y="0" width="15" height="25"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[11]]></text>
</staticText>
<textField>
<reportElement uuid="6c2ed6f1-69dc-4850-9ff7-fb8a7dd99d17" x="15" y="0" width="124" height="25"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{total_luasbumi}]]></textFieldExpression>
</textField>
</frame>
<frame>
<reportElement uuid="2b0de0e2-a160-4943-8cad-9063a1da13c4" style="table" x="416" y="264" width="139" height="25"/>
<staticText>
<reportElement uuid="a9e4b4d2-9228-4f92-9bca-7db5de55c1d7" style="table" x="0" y="0" width="15" height="25"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[12]]></text>
</staticText>
<textField>
<reportElement uuid="44a409d1-343a-4ad9-9ae7-c8b6d6c76c0e" x="15" y="0" width="124" height="25"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{total_luasbng}]]></textFieldExpression>
</textField>
</frame>
<frame>
<reportElement uuid="85783bb4-cf3e-4dc1-8dbe-7c3e281af7a5" style="table" x="416" y="289" width="139" height="25"/>
<staticText>
<reportElement uuid="fb5e5c75-2eb1-431f-ba3a-f16b41c612a9" style="table" x="0" y="0" width="15" height="25"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[13]]></text>
</staticText>
<textField>
<reportElement uuid="76100d14-f856-4e89-b13a-b1975cf8ab1c" x="15" y="0" width="124" height="25"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{total_luas}]]></textFieldExpression>
</textField>
</frame>
<textField>
<reportElement uuid="98636e58-ec05-454b-8e46-8dccadb3e199" x="221" y="45" width="142" height="15"/>
<textElement/>
<textFieldExpression><![CDATA[$F{nm_wp}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="1c0706e9-c5d2-49e8-bcdb-7b9022744ebf" x="221" y="60" width="142" height="15"/>
<textElement/>
<textFieldExpression><![CDATA[$F{npwp}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="true">
<reportElement uuid="91366373-46a2-4ea7-b0af-33d18bec094a" x="221" y="75" width="142" height="15"/>
<textElement/>
<textFieldExpression><![CDATA[$F{jenis_prh}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="49e50b5b-2575-4cd7-9554-830678977995" x="221" y="90" width="15" height="15"/>
<textElement/>
<textFieldExpression><![CDATA[$F{kd_propinsi}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="2fa692ac-587f-4967-ae9b-e630e3224e7b" x="235" y="90" width="5" height="15"/>
<textElement/>
<text><![CDATA[-]]></text>
</staticText>
<textField>
<reportElement uuid="0d4a9170-5add-4e21-8de6-134fb486bd80" x="239" y="90" width="15" height="15"/>
<textElement/>
<textFieldExpression><![CDATA[$F{kd_dati2}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="1771f51e-9d81-4999-b386-8323c09bea68" x="253" y="90" width="5" height="15"/>
<textElement/>
<text><![CDATA[-]]></text>
</staticText>
<textField>
<reportElement uuid="0a1b9afa-918a-4ec4-8ce6-1184daf53260" x="257" y="90" width="20" height="15"/>
<textElement/>
<textFieldExpression><![CDATA[$F{kd_kecamatan}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="a78648f9-bb9b-4134-badf-31c6ae932ea1" x="276" y="90" width="5" height="15"/>
<textElement/>
<text><![CDATA[-]]></text>
</staticText>
<textField>
<reportElement uuid="64e5e70c-0584-4b4b-bfbf-d1d9f4bd6456" x="280" y="90" width="20" height="15"/>
<textElement/>
<textFieldExpression><![CDATA[$F{kd_kelurahan}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="bd59aed6-490a-404d-9b88-8fcf7f13456f" x="299" y="90" width="5" height="15"/>
<textElement/>
<text><![CDATA[-]]></text>
</staticText>
<textField>
<reportElement uuid="6cfb0259-e65f-4be6-a993-f440b3a2c374" x="303" y="90" width="20" height="15"/>
<textElement/>
<textFieldExpression><![CDATA[$F{kd_blok}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="917f088f-d685-4c04-abe5-4a0f8f23f87e" x="325" y="90" width="25" height="15"/>
<textElement/>
<textFieldExpression><![CDATA[$F{no_urut}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="107ee3ea-e68c-4c2b-820b-e4ff4f31bfc2" x="321" y="90" width="5" height="15"/>
<textElement/>
<text><![CDATA[-]]></text>
</staticText>
<textField>
<reportElement uuid="a52a0791-965b-44d5-af6f-b8066d230489" x="355" y="90" width="5" height="15"/>
<textElement/>
<textFieldExpression><![CDATA[$F{kd_jns_op}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="e094b531-1745-4e0f-b07b-13c5e1d9d4c9" x="350" y="90" width="5" height="15"/>
<textElement/>
<text><![CDATA[-]]></text>
</staticText>
<textField isBlankWhenNull="true">
<reportElement uuid="f4ae1f32-ddc4-4d56-9d86-d651a702d7c8" x="221" y="105" width="142" height="15"/>
<textElement/>
<textFieldExpression><![CDATA[$F{letak_bangunan}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="1a547cdd-baff-4dce-85e9-b1867bbd6c2d" x="221" y="120" width="142" height="15"/>
<textElement/>
<textFieldExpression><![CDATA[$F{nm_kelurahan}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="bb8950fd-2d19-4e88-8642-1707a452a1f0" x="223" y="135" width="140" height="15"/>
<textElement/>
<textFieldExpression><![CDATA[$F{nm_kecamatan}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="0b7c4054-4dfe-4b1f-810a-0032ff2651ba" x="471" y="135" width="84" height="15"/>
<textElement/>
<textFieldExpression><![CDATA[$F{nm_dati2}]]></textFieldExpression>
</textField>
</band>
</detail>
<columnFooter>
<band height="160" splitType="Stretch">
<frame>
<reportElement uuid="0e4f9ce6-88a2-4f85-a948-b4c09bcdda1f" x="420" y="90" width="135" height="20"/>
<textField>
<reportElement uuid="84738618-f3a3-44a2-b841-27776125b88c" x="0" y="0" width="135" height="20"/>
<textElement textAlignment="Center"/>
<textFieldExpression><![CDATA[$F{nama_pjb}]]></textFieldExpression>
</textField>
</frame>
<frame>
<reportElement uuid="55b539be-ff23-4d46-a477-ca58ae625ac4" x="420" y="129" width="135" height="20"/>
<staticText>
<reportElement uuid="a570fbd8-0515-4355-b098-31bf3ffba36e" x="0" y="0" width="22" height="20"/>
<textElement/>
<text><![CDATA[NIP.]]></text>
</staticText>
<textField>
<reportElement uuid="ade3cbd6-5919-40aa-b723-1385d7dcec53" x="22" y="0" width="113" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$F{nip}]]></textFieldExpression>
</textField>
</frame>
<frame>
<reportElement uuid="84c24598-946d-4285-9e1e-3e2127d8f267" x="420" y="110" width="135" height="20"/>
<textField>
<reportElement uuid="2cc25ea1-35f2-4811-ac31-3c51f30a7a49" x="0" y="0" width="135" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$F{pangkat}]]></textFieldExpression>
</textField>
</frame>
<staticText>
<reportElement uuid="e793b1a8-4261-4647-8012-70caace64f32" x="401" y="22" width="154" height="15"/>
<textElement textAlignment="Center"/>
<text><![CDATA[FUNGSI DATA DAN INFORMASI]]></text>
</staticText>
<textField pattern="dd/MM/yyyy">
<reportElement uuid="f89994b2-1bcf-4b11-9d1a-657e1f4c0bd6" x="471" y="0" width="84" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$P{TGL_SEKARANG}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="e662eb72-8f8e-40c3-91f2-ea27a448b0e6" x="416" y="0" width="55" height="20"/>
<textElement/>
<text><![CDATA[GIANYAR,]]></text>
</staticText>
<line>
<reportElement uuid="70c9700e-afa1-4d75-a362-614abaff291c" x="401" y="109" width="154" height="1"/>
</line>
</band>
</columnFooter>
<pageFooter>
<band height="54" splitType="Stretch"/>
</pageFooter>
<summary>
<band height="42" splitType="Stretch"/>
</summary>
</jasperReport>