Jump to content
We've recently updated our Privacy Statement, available here ×

csaba.racz

Recommended Posts

I have a Jasper report which list the customers data based on some (7) optional input parameters. The list consists 36 columns and 3269 rows. The report written in JasperReports Studio and uploaded from Studio to JasperReports Server. Same problem that the filters on each column doesn' t works too. What must I set it up to works correctly the Export functions and column filters? In case of other reports this abnormal behavior doesn't occurs.

Server environment: JasperReport Server Product Version: 5.5.0 Build: (20131024_0957)
Client environment: Jaspersoft Studio 6.1.1.final with report saving the JasperReports Library 5.5.0

 

Exportfunctionsdoesnotactive_.png.915353fc2fc1f630e5eabc9e7258110e.png

I hope somebody will know the right solution. Please help me.

Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

New information. When I run the report on the JasperReports Server, the report loaded and show the data without error or warning messages. But when I watched the jasperserver.log on the server, I founded that in the log file:

2015-11-13 15:43:39,995 ERROR RenderViewExceptionInterceptor,http-9080-5:38 - Internal server error occurred. Please contact your system administrator.
java.lang.NullPointerException
    at net.sf.jasperreports.components.headertoolbar.json.HeaderToolbarElementJsonHandler.getFilterData(HeaderToolbarElementJsonHandler.java:505)
    at net.sf.jasperreports.components.headertoolbar.json.HeaderToolbarElementJsonHandler.getJsonFragment(HeaderToolbarElementJsonHandler.java:304)
    at net.sf.jasperreports.engine.export.JsonExporter.exportGenericElement(JsonExporter.java:334)
    at net.sf.jasperreports.engine.export.JsonExporter.exportElements(JsonExporter.java:306)
    at net.sf.jasperreports.engine.export.JsonExporter.exportFrame(JsonExporter.java:315)
    at net.sf.jasperreports.engine.export.JsonExporter.exportElements(JsonExporter.java:302)
    at net.sf.jasperreports.engine.export.JsonExporter.exportFrame(JsonExporter.java:315)
    at net.sf.jasperreports.engine.export.JsonExporter.exportElements(JsonExporter.java:302)
    at net.sf.jasperreports.engine.export.JsonExporter.exportPage(JsonExporter.java:287)
    at net.sf.jasperreports.engine.export.JsonExporter.exportReportToWriter(JsonExporter.java:266)
    at net.sf.jasperreports.engine.export.JsonExporter.exportReport(JsonExporter.java:160)
    at com.jaspersoft.jasperserver.war.action.ReportExecutionController$2.render(ReportExecutionController.java:318)
    at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1157)
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:927)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827)
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:643)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.jaspersoft.jasperserver.war.StaticFilesCacheControlFilter.doFilter(StaticFilesCacheControlFilter.java:137)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:399)
    at com.jaspersoft.jasperserver.api.security.IPadSupportFilter.doFilter(IPadSupportFilter.java:67)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.api.security.JSSwitchUserProcessingFilter.doFilterHttp(JSSwitchUserProcessingFilter.java:154)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
    at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.api.metadata.user.service.impl.MetadataAuthenticationProcessingFilter.doFilter(MetadataAuthenticationProcessingFilter.java:152)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.war.util.RequestParameterAuthenticationFilter.doFilter(RequestParameterAuthenticationFilter.java:94)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(BasicProcessingFilter.java:174)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:209)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:209)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.api.logging.filter.BasicLoggingFilter.doFilter(BasicLoggingFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.api.security.JSCsrfGuardFilter.doFilter(JSCsrfGuardFilter.java:83)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.api.security.WebAppSecurityFilter.doFilter(WebAppSecurityFilter.java:76)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.war.MultipartRequestWrapperFilter.doFilter(MultipartRequestWrapperFilter.java:90)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.api.security.encryption.EncryptionFilter.doFilter(EncryptionFilter.java:130)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:188)
    at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jasig.cas.client.session.SingleSignOutFilter.doFilter(SingleSignOutFilter.java:104)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.jaspersoft.jasperserver.war.util.SessionDecoratorFilter.doFilter(SessionDecoratorFilter.java:43)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.jaspersoft.jasperserver.war.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:67)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.jaspersoft.jasperserver.war.P3PFilter.doFilter(P3PFilter.java:43)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
    at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:879)
    at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:617)
    at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1774)
    at java.lang.Thread.run(Thread.java:745)
2015-11-13 15:43:39,995 ERROR DispatcherServlet,http-9080-5:1221 - HandlerInterceptor.afterCompletion threw exception
java.lang.IllegalStateException
    at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:407)
    at javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:108)
    at javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:108)
    at javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:108)
    at org.springframework.security.context.HttpSessionContextIntegrationFilter$OnRedirectUpdateSessionResponseWrapper.sendError(HttpSessionContextIntegrationFilter.java:498)
    at com.jaspersoft.jasperserver.war.control.interceptor.RenderViewExceptionInterceptor.afterCompletion(RenderViewExceptionInterceptor.java:39)
    at org.springframework.web.servlet.DispatcherServlet.triggerAfterCompletion(DispatcherServlet.java:1218)
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:945)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827)
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:643)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.jaspersoft.jasperserver.war.StaticFilesCacheControlFilter.doFilter(StaticFilesCacheControlFilter.java:137)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:399)
    at com.jaspersoft.jasperserver.api.security.IPadSupportFilter.doFilter(IPadSupportFilter.java:67)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.api.security.JSSwitchUserProcessingFilter.doFilterHttp(JSSwitchUserProcessingFilter.java:154)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
    at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.api.metadata.user.service.impl.MetadataAuthenticationProcessingFilter.doFilter(MetadataAuthenticationProcessingFilter.java:152)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.war.util.RequestParameterAuthenticationFilter.doFilter(RequestParameterAuthenticationFilter.java:94)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(BasicProcessingFilter.java:174)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:209)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:209)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.api.logging.filter.BasicLoggingFilter.doFilter(BasicLoggingFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.api.security.JSCsrfGuardFilter.doFilter(JSCsrfGuardFilter.java:83)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.api.security.WebAppSecurityFilter.doFilter(WebAppSecurityFilter.java:76)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.war.MultipartRequestWrapperFilter.doFilter(MultipartRequestWrapperFilter.java:90)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at com.jaspersoft.jasperserver.api.security.encryption.EncryptionFilter.doFilter(EncryptionFilter.java:130)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:188)
    at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jasig.cas.client.session.SingleSignOutFilter.doFilter(SingleSignOutFilter.java:104)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.jaspersoft.jasperserver.war.util.SessionDecoratorFilter.doFilter(SessionDecoratorFilter.java:43)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.jaspersoft.jasperserver.war.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:67)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.jaspersoft.jasperserver.war.P3PFilter.doFilter(P3PFilter.java:43)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
    at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:879)
    at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:617)
    at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1774)
    at java.lang.Thread.run(Thread.java:745)

Link to comment
Share on other sites

Sorry, I do not know how can I attach files in forum, so I copied it in the below code block.

<?xml version="1.0" encoding="UTF-8"?><!-- Created with Jaspersoft Studio version 6.1.1.final using JasperReports Library version 5.5.0  --><!-- 2015-11-16T10:10:56 --><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="Customers_base" pageWidth="3368" pageHeight="2380" orientation="Landscape" whenNoDataType="AllSectionsNoDetail" columnWidth="3328" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" isIgnorePagination="true" uuid="8a465670-cc4a-4270-965f-8efb86e33b71">    <property name="template.engine" value="tabular_template"/>    <property name="com.jaspersoft.studio.unit." value="pixel"/>    <property name="ireport.jasperserver.url" value="http://77pk-b:9080/jasperserver/"/>    <property name="ireport.jasperserver.user" value="jasperadmin"/>    <property name="ireport.jasperserver.reportUnit" value="/Reports/Belker/CustomerReportDomestic"/>    <property name="com.jaspersoft.studio.data.sql.tables" value=""/>    <property name="ireport.jasperserver.report.resource" value="/Reports/Belker/CustomerReportDomestic_files/CustomerReportDomestic_"/>    <style name="TableRowStyle" mode="Transparent" scaleImage="RealHeight" fontName="Calibri" fontSize="11">        <box topPadding="0" leftPadding="2" bottomPadding="0" rightPadding="2"/>        <conditionalStyle>            <conditionExpression><![CDATA[$V{REPORT_COUNT}.intValue() %2 == 0 ? new Boolean(true) : new Boolean(false)]]></conditionExpression>            <style mode="Opaque" backcolor="#C0C0C0"/>        </conditionalStyle>    </style>    <style name="Table_TD" mode="Opaque" backcolor="#FFFFFF">        <box>            <pen lineWidth="0.5" lineColor="#000000"/>            <topPen lineWidth="0.5" lineColor="#000000"/>            <leftPen lineWidth="0.5" lineColor="#000000"/>            <bottomPen lineWidth="0.5" lineColor="#000000"/>            <rightPen lineWidth="0.5" lineColor="#000000"/>        </box>    </style>    <style name="TableColumnHeader" mode="Opaque" forecolor="#FFFFFF" backcolor="#003875" pattern="" fontName="Verdana" fontSize="9" isBold="true">        <box>            <pen lineWidth="0.5" lineColor="#000000"/>            <topPen lineWidth="0.5" lineColor="#000000"/>            <leftPen lineWidth="0.5" lineColor="#000000"/>            <bottomPen lineWidth="0.5" lineColor="#000000"/>            <rightPen lineWidth="0.5" lineColor="#000000"/>        </box>    </style>    <style name="Table_TH" mode="Opaque" backcolor="#F0F8FF">        <box>            <pen lineWidth="0.5" lineColor="#000000"/>            <topPen lineWidth="0.5" lineColor="#000000"/>            <leftPen lineWidth="0.5" lineColor="#000000"/>            <bottomPen lineWidth="0.5" lineColor="#000000"/>            <rightPen lineWidth="0.5" lineColor="#000000"/>        </box>    </style>    <style name="Table 1_TH" mode="Opaque" backcolor="#F0F8FF">        <box>            <pen lineWidth="0.5" lineColor="#000000"/>            <topPen lineWidth="0.5" lineColor="#000000"/>            <leftPen lineWidth="0.5" lineColor="#000000"/>            <bottomPen lineWidth="0.5" lineColor="#000000"/>            <rightPen lineWidth="0.5" lineColor="#000000"/>        </box>    </style>    <style name="Table 1_CH" mode="Opaque" backcolor="#BFE1FF">        <box>            <pen lineWidth="0.5" lineColor="#000000"/>            <topPen lineWidth="0.5" lineColor="#000000"/>            <leftPen lineWidth="0.5" lineColor="#000000"/>            <bottomPen lineWidth="0.5" lineColor="#000000"/>            <rightPen lineWidth="0.5" lineColor="#000000"/>        </box>    </style>    <style name="Table 1_TD" mode="Opaque" backcolor="#FFFFFF">        <box>            <pen lineWidth="0.5" lineColor="#000000"/>            <topPen lineWidth="0.5" lineColor="#000000"/>            <leftPen lineWidth="0.5" lineColor="#000000"/>            <bottomPen lineWidth="0.5" lineColor="#000000"/>            <rightPen lineWidth="0.5" lineColor="#000000"/>        </box>    </style>    <style name="Table 2_TH" mode="Opaque" backcolor="#F0F8FF">        <box>            <pen lineWidth="0.5" lineColor="#000000"/>            <topPen lineWidth="0.5" lineColor="#000000"/>            <leftPen lineWidth="0.5" lineColor="#000000"/>            <bottomPen lineWidth="0.5" lineColor="#000000"/>            <rightPen lineWidth="0.5" lineColor="#000000"/>        </box>    </style>    <style name="Table 2_CH" mode="Opaque" backcolor="#BFE1FF">        <box>            <pen lineWidth="0.5" lineColor="#000000"/>            <topPen lineWidth="0.5" lineColor="#000000"/>            <leftPen lineWidth="0.5" lineColor="#000000"/>            <bottomPen lineWidth="0.5" lineColor="#000000"/>            <rightPen lineWidth="0.5" lineColor="#000000"/>        </box>    </style>    <style name="Table 2_TD" mode="Opaque" backcolor="#FFFFFF">        <box>            <pen lineWidth="0.5" lineColor="#000000"/>            <topPen lineWidth="0.5" lineColor="#000000"/>            <leftPen lineWidth="0.5" lineColor="#000000"/>            <bottomPen lineWidth="0.5" lineColor="#000000"/>            <rightPen lineWidth="0.5" lineColor="#000000"/>        </box>    </style>    <subDataset name="tableCustomer" uuid="faba019d-2341-48ff-8dc5-4861f1f6fac7">        <property name="com.jaspersoft.studio.data.sql.tables" value=""/>        <property name="com.jaspersoft.studio.data.defaultdataadapter" value="77 Test DB (prodj)"/>        <parameter name="pCustomers" class="java.util.Collection"/>        <parameter name="pTaxNumber" class="java.util.Collection"/>        <parameter name="pCustomerGL" class="java.util.Collection"/>        <parameter name="pCPG1" class="java.util.Collection"/>        <parameter name="pIRSZ" class="java.util.Collection"/>        <parameter name="pDivision" class="java.util.Collection"/>        <parameter name="pCustomerType" class="java.util.Collection"/>        <parameter name="pCustomerStatus" class="java.util.Collection"/>        <queryString>            <![CDATA[sELECT *FROM fgv_customers_select()WHERE$X{ IN, vevo_azon ,pCustomers}AND $X{IN, adoszam, pTaxNumber}AND $X{IN, vevo_fkszam, pCustomerGL}AND($X{IN, r_cpg1, pCPG1} OR $X{IN,r_cpg2,pCPG1} OR $X{IN,r_cpg3,pCPG1} OR $X{IN,r_cpg4,pCPG1})AND $X{IN, vevo_irsz, pIRSZ}AND $X{IN, reszleg, pDivision}AND $X{IN, vevo_tipus, pCustomerType}]]>        </queryString>        <field name="vevo_azon" class="java.lang.String"/>        <field name="vevo_nev" class="java.lang.String"/>        <field name="vevo_status" class="java.lang.String"/>        <field name="vevo_tipus" class="java.lang.String"/>        <field name="vevo_fkszam" class="java.lang.String"/>        <field name="acc_manager" class="java.lang.String"/>        <field name="accman_email" class="java.lang.Boolean"/>        <field name="vevo_info" class="java.lang.String"/>        <field name="vevo_orszag" class="java.lang.String"/>        <field name="vevo_irsz" class="java.lang.String"/>        <field name="vevo_telepules" class="java.lang.String"/>        <field name="vevo_cim" class="java.lang.String"/>        <field name="vezeteknev" class="java.lang.String"/>        <field name="keresztnev" class="java.lang.String"/>        <field name="vevo_email" class="java.lang.String"/>        <field name="vevo_mail" class="java.lang.Boolean"/>        <field name="telefon" class="java.lang.String"/>        <field name="vevo_fax" class="java.lang.String"/>        <field name="reszleg" class="java.lang.String"/>        <field name="adoszam" class="java.lang.String"/>        <field name="eu_adoszam" class="java.lang.String"/>        <field name="szamlatomb" class="java.lang.String"/>        <field name="fizetesi_mod" class="java.lang.String"/>        <field name="esedekesseg" class="java.lang.String"/>        <field name="valuta" class="java.lang.String"/>        <field name="bankszamla_kod" class="java.lang.String"/>        <field name="bankszamla" class="java.lang.String"/>        <field name="hitelkeret" class="java.lang.String"/>        <field name="r_cpg1" class="java.lang.String"/>        <field name="r_cpg2" class="java.lang.String"/>        <field name="r_cpg3" class="java.lang.String"/>        <field name="r_cpg4" class="java.lang.String"/>        <field name="r_incoterm" class="java.lang.String"/>        <field name="kiszallitasi_raktar" class="java.lang.String"/>        <field name="fuvar_szolgaltatas" class="java.lang.String"/>        <field name="fuvart_fizeti" class="java.lang.String"/>        <field name="beszallitoi_azon" class="java.lang.String"/>        <field name="cpng" class="java.lang.String"/>        <field name="r_kybaddress1" class="java.lang.String"/>        <field name="r_kybaddress2" class="java.lang.String"/>        <field name="vevo_osztalyozokodok" class="java.sql.Array"/>    </subDataset>    <parameter name="LoggedInUsername" class="java.lang.String" isForPrompting="false"/>    <parameter name="pCustomers" class="java.util.Collection">        <parameterDescription><![CDATA[]]></parameterDescription>    </parameter>    <parameter name="pTaxNumber" class="java.util.Collection"/>    <parameter name="pCustomerGL" class="java.util.Collection"/>    <parameter name="pCPG1" class="java.util.Collection"/>    <parameter name="pIRSZ" class="java.util.Collection"/>    <parameter name="pDivision" class="java.util.Collection"/>    <parameter name="pCustomerType" class="java.util.Collection"/>    <parameter name="pCustomerStatus" class="java.util.Collection"/>    <queryString>        <![CDATA[sELECTadatforras,to_char(idopont,'yyyy.MM.dd. hh24:mi') as utolso_frissitesFROM _logWHEREid=(SELECT max(id) FROM _log WHERE tabla_nev='yn_igeny' AND futasi_eredmeny='OK')]]>    </queryString>    <field name="adatforras" class="java.lang.String"/>    <field name="utolso_frissites" class="java.lang.String"/>    <title>        <band height="60" splitType="Stretch">            <property name="local_mesure_unitheight" value="pixel"/>            <property name="com.jaspersoft.studio.unit.height" value="px"/>            <textField pattern="">                <reportElement positionType="Float" x="0" y="0" width="3330" height="30" uuid="dc2c63cc-9591-479a-8339-db36ebba96a1">                    <property name="local_mesure_unitx" value="pixel"/>                    <property name="com.jaspersoft.studio.unit.x" value="px"/>                    <property name="local_mesure_unity" value="pixel"/>                    <property name="com.jaspersoft.studio.unit.y" value="px"/>                    <property name="local_mesure_unitwidth" value="pixel"/>                    <property name="com.jaspersoft.studio.unit.width" value="px"/>                </reportElement>                <textElement textAlignment="Center">                    <font fontName="Calibri" size="20" isBold="true"/>                </textElement>                <textFieldExpression><![CDATA["PROD Vevők listája"]]></textFieldExpression>            </textField>            <image onErrorType="Blank">                <reportElement x="0" y="0" width="50" height="40" uuid="db19e68a-2220-41e0-b6cc-4080868fe96f">                    <property name="local_mesure_unitheight" value="pixel"/>                    <property name="com.jaspersoft.studio.unit.height" value="px"/>                </reportElement>                <imageExpression><![CDATA["/images/77_logo_kicsi.png"]]></imageExpression>            </image>            <textField pattern="">                <reportElement x="0" y="30" width="3330" height="30" uuid="529c61be-2df9-48a4-bc82-5ad0b36fe848"/>                <textElement textAlignment="Center" verticalAlignment="Middle">                    <font fontName="Calibri" size="14" isBold="true"/>                </textElement>                <textFieldExpression><![CDATA["Riport paraméterek"]]></textFieldExpression>            </textField>            <textField>                <reportElement x="2969" y="30" width="361" height="30" uuid="311a02b9-cbc0-4455-b3c0-424d788bc34f">                    <property name="local_mesure_unity" value="pixel"/>                    <property name="com.jaspersoft.studio.unit.y" value="px"/>                </reportElement>                <textElement textAlignment="Right"/>                <textFieldExpression><![CDATA["Adatforrás frissítve: " + $F{utolso_frissites}]]></textFieldExpression>            </textField>            <textField>                <reportElement x="0" y="30" width="180" height="30" uuid="c01e569a-dec3-4dfc-bae9-e166488cac04">                    <property name="local_mesure_unitheight" value="pixel"/>                    <property name="com.jaspersoft.studio.unit.height" value="px"/>                    <property name="local_mesure_unity" value="pixel"/>                    <property name="com.jaspersoft.studio.unit.y" value="px"/>                </reportElement>                <textElement verticalAlignment="Bottom"/>                <textFieldExpression><![CDATA["Adatforrás: " + $F{adatforras}]]></textFieldExpression>            </textField>        </band>    </title>    <lastPageFooter>        <band height="30">            <property name="local_mesure_unitheight" value="pixel"/>            <property name="com.jaspersoft.studio.unit.height" value="px"/>            <textField pattern="" hyperlinkType="Reference" hyperlinkTarget="Blank">                <reportElement x="3069" y="0" width="261" height="30" uuid="123d54d4-dc3a-4e04-bb45-cb55a9aa0999">                    <property name="local_mesure_unity" value="pixel"/>                    <property name="com.jaspersoft.studio.unit.y" value="px"/>                </reportElement>                <textElement textAlignment="Right" verticalAlignment="Middle"/>                <textFieldExpression><![CDATA["A specifikáció megtekintéséhez kattintson ide!"]]></textFieldExpression>                <hyperlinkReferenceExpression><![CDATA["/jasperserver/fileview/fileview/ContentFiles/Specifikaciok/Kulker_Y_os_es_N_es_igenyek_riport_specifikacio.pdf"]]></hyperlinkReferenceExpression>            </textField>            <textField pattern="">                <reportElement x="0" y="0" width="90" height="30" uuid="6aa3b826-6a6d-4119-9292-bdffe71cc270">                    <property name="local_mesure_unitheight" value="pixel"/>                    <property name="com.jaspersoft.studio.unit.height" value="px"/>                </reportElement>                <textElement textAlignment="Left" verticalAlignment="Middle"/>                <textFieldExpression><![CDATA["Készült: "]]></textFieldExpression>            </textField>            <textField pattern="yyyy.MM.dd HH:mm">                <reportElement x="90" y="0" width="250" height="30" uuid="26c2c91d-32dd-4ccf-b956-e023f2589983">                    <property name="local_mesure_unity" value="pixel"/>                    <property name="com.jaspersoft.studio.unit.y" value="px"/>                </reportElement>                <textElement verticalAlignment="Middle"/>                <textFieldExpression><![CDATA[NOW()]]></textFieldExpression>            </textField>            <textField>                <reportElement x="340" y="0" width="60" height="30" uuid="e43bdeff-48ab-4153-8caf-e376a3507a25">                    <property name="local_mesure_unity" value="pixel"/>                    <property name="com.jaspersoft.studio.unit.y" value="px"/>                    <property name="local_mesure_unitx" value="pixel"/>                    <property name="com.jaspersoft.studio.unit.x" value="px"/>                </reportElement>                <textElement verticalAlignment="Middle"/>                <textFieldExpression><![CDATA["Lekérdezte: "]]></textFieldExpression>            </textField>            <textField pattern="" isBlankWhenNull="true">                <reportElement key="" x="400" y="0" width="105" height="30" uuid="3b0d4193-bcef-4737-982b-8d8c5de2b0a8">                    <property name="local_mesure_unitwidth" value="pixel"/>                    <property name="com.jaspersoft.studio.unit.width" value="px"/>                </reportElement>                <textElement verticalAlignment="Middle"/>                <textFieldExpression><![CDATA[$P{LoggedInUsername}]]></textFieldExpression>            </textField>        </band>    </lastPageFooter>    <summary>        <band height="218" splitType="Stretch">            <property name="local_mesure_unitheight" value="pixel"/>            <componentElement>                <reportElement key="" stretchType="RelativeToTallestObject" x="0" y="0" width="3330" height="218" uuid="f7b5a62a-65c8-4a93-b61f-224294259205">                    <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/>                    <property name="com.jaspersoft.studio.unit.x" value="pixel"/>                    <property name="com.jaspersoft.studio.unit.y" value="pixel"/>                    <property name="net.sf.jasperreports.export.headertoolbar.table.name" value="customers"/>                    <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                </reportElement>                <jr:table xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd">                    <datasetRun subDataset="tableCustomer" uuid="4b40d266-84e5-47b3-9990-b92c492e1ec2">                        <datasetParameter name="pCustomers">                            <datasetParameterExpression><![CDATA[$P{pCustomers}]]></datasetParameterExpression>                        </datasetParameter>                        <datasetParameter name="pTaxNumber">                            <datasetParameterExpression><![CDATA[$P{pTaxNumber}]]></datasetParameterExpression>                        </datasetParameter>                        <datasetParameter name="pCustomerGL">                            <datasetParameterExpression><![CDATA[$P{pCustomerGL}]]></datasetParameterExpression>                        </datasetParameter>                        <datasetParameter name="pCPG1">                            <datasetParameterExpression><![CDATA[$P{pCPG1}]]></datasetParameterExpression>                        </datasetParameter>                        <datasetParameter name="pIRSZ">                            <datasetParameterExpression><![CDATA[$P{pIRSZ}]]></datasetParameterExpression>                        </datasetParameter>                        <datasetParameter name="pCustomerType">                            <datasetParameterExpression><![CDATA[$P{pCustomerType}]]></datasetParameterExpression>                        </datasetParameter>                        <datasetParameter name="pDivision">                            <datasetParameterExpression><![CDATA[$P{pDivision}]]></datasetParameterExpression>                        </datasetParameter>                        <datasetParameter name="pCustomerStatus">                            <datasetParameterExpression><![CDATA[$P{pCustomerStatus}]]></datasetParameterExpression>                        </datasetParameter>                        <connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>                    </datasetRun>                    <jr:column width="70" uuid="dd857f21-644b-48c1-a988-d148dcd969c7">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column1"/>                        <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                        <jr:columnHeader height="40">                            <property name="com.jaspersoft.studio.unit.height" value="px"/>                            <property name="com.jaspersoft.studio.unit.width" value="px"/>                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement style="TableColumnHeader" x="0" y="0" width="70" height="40" uuid="6f4a28d3-e558-4c2a-8522-82b71ad0d9ff"/>                                <textFieldExpression><![CDATA["Vevő azonosító"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <property name="com.jaspersoft.studio.unit.height" value="px"/>                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField>                                <reportElement style="TableRowStyle" x="0" y="0" width="70" height="15" uuid="222e93c5-1513-4a48-a8e9-2145c133f0c9"/>                                <textFieldExpression><![CDATA[$F{vevo_azon}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="250" uuid="35d46b9f-184a-4243-bdd5-c10e139e9524">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column2"/>                        <jr:columnHeader height="40">                            <property name="com.jaspersoft.studio.unit.width" value="px"/>                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement style="TableColumnHeader" stretchType="RelativeToTallestObject" x="0" y="0" width="250" height="40" uuid="97639dd1-8ac8-4855-9856-279f143706aa"/>                                <textFieldExpression><![CDATA["Vevő neve"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isBlankWhenNull="true">                                <reportElement style="TableRowStyle" stretchType="RelativeToTallestObject" x="0" y="0" width="250" height="15" uuid="215b496d-7593-4a7f-a5fe-4f2d817aeb81"/>                                <textFieldExpression><![CDATA[$F{vevo_nev}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="70" uuid="041637da-ec78-4d4b-8732-43702a5b7b4b">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column3"/>                        <jr:columnHeader height="40">                            <property name="com.jaspersoft.studio.unit.width" value="px"/>                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement style="TableColumnHeader" x="0" y="0" width="70" height="40" uuid="060af275-d522-49dc-b0a3-528fc44c6bdd"/>                                <textFieldExpression><![CDATA["Vevő státusz"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="70" height="15" uuid="27742be6-b83d-4702-91ed-4463977cfb11"/>                                <textFieldExpression><![CDATA[$F{vevo_status}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="100" uuid="abaa1d5e-dd7a-43b7-be37-49f841be7259">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column4"/>                        <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                        <jr:columnHeader height="40">                            <property name="com.jaspersoft.studio.unit.width" value="px"/>                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement style="TableColumnHeader" x="0" y="0" width="100" height="40" uuid="c7f5cce5-d270-4a24-a685-6f3747fec67c"/>                                <textFieldExpression><![CDATA["Vevő típus"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isBlankWhenNull="true">                                <reportElement key="" style="TableRowStyle" x="0" y="0" width="100" height="15" uuid="6c9e27fb-3b86-489c-93b5-6107e09f38ce"/>                                <textFieldExpression><![CDATA[$F{vevo_tipus}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="40" uuid="4e37ee5b-7e8f-431b-8ed7-fb0abab90152">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column5"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement style="TableColumnHeader" x="0" y="0" width="40" height="40" uuid="cf30cc82-7c96-452d-99e8-4a59764c6cb1"/>                                <textFieldExpression><![CDATA["Vevő fkvi szám"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="40" height="15" uuid="93892e12-b223-4b26-9190-b8185309e03d"/>                                <textFieldExpression><![CDATA[$F{vevo_fkszam}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="70" uuid="8f1cd45b-b272-4326-9589-cb57d1b9d1f6">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column6"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement style="TableColumnHeader" x="0" y="0" width="70" height="40" uuid="e4710ca0-438e-491d-9981-617fa13e0e1c"/>                                <textFieldExpression><![CDATA["Acc.Manager"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="70" height="15" uuid="4f336904-7c6c-4aa0-94d5-52954efa2248"/>                                <textFieldExpression><![CDATA[$F{acc_manager}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="200" uuid="4bf44d00-9675-4c52-9cb4-12f087af4710">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column7"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="200" height="40" uuid="07f8cad8-7fe7-48a7-a0a1-5bbee71ab061"/>                                <textFieldExpression><![CDATA["Vevő info"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="200" height="15" uuid="33bab5b4-c68c-4a66-a314-61a40e9e22ac"/>                                <textFieldExpression><![CDATA[$F{vevo_info}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="80" uuid="9b49ec22-f5f2-434b-b8c5-b4ec0550710f">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column8"/>                        <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                        <jr:columnHeader height="40">                            <property name="com.jaspersoft.studio.unit.width" value="px"/>                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="80" height="40" uuid="81cc6748-9ca4-41c8-9cfd-1f22c7d8b2ef"/>                                <textFieldExpression><![CDATA["Ország"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="80" height="15" uuid="9c94c57d-3726-4043-8d4c-445eb25a54ac"/>                                <textFieldExpression><![CDATA[$F{vevo_orszag}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="50" uuid="621cf3ba-774b-48be-8e66-f40706a2e06c">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column9"/>                        <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                        <jr:columnHeader height="40">                            <property name="com.jaspersoft.studio.unit.width" value="px"/>                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="50" height="40" uuid="a1e81a7b-7fa9-4910-b646-02d8840e959a"/>                                <textFieldExpression><![CDATA["IRSZ"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="50" height="15" uuid="17f4a0bd-fbac-4463-a7c1-9a6c6f3ed99e"/>                                <textFieldExpression><![CDATA[$F{vevo_irsz}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="110" uuid="589191bb-c5d8-4ced-8aaa-e7f06417c7e4">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column10"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="110" height="40" uuid="95ba243b-b8d6-4375-847c-6ce6e3999cb0"/>                                <textFieldExpression><![CDATA["Település"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="110" height="15" uuid="df564e80-3f8d-4a10-9046-641d33198c2b"/>                                <textFieldExpression><![CDATA[$F{vevo_telepules}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="200" uuid="ca967c04-f4c7-4a06-94c0-ef41683c0b5c">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column11"/>                        <jr:columnHeader height="40">                            <property name="com.jaspersoft.studio.unit.width" value="px"/>                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="200" height="40" uuid="76135d10-0d9d-4ffd-a69c-93d716888572"/>                                <textFieldExpression><![CDATA["Cím"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="200" height="15" uuid="fcc2d1b8-06ac-455f-a831-941a620e2204"/>                                <textFieldExpression><![CDATA[$F{vevo_cim}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="120" uuid="36ef632d-102e-450a-a7a0-283aa63d16a0">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column12"/>                        <jr:columnHeader height="40">                            <property name="com.jaspersoft.studio.unit.width" value="px"/>                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="120" height="40" uuid="0a27fa8f-0606-4894-bd5b-a9fca46e2a64"/>                                <textFieldExpression><![CDATA["Családnév"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="120" height="15" uuid="b806d8fe-9419-463f-aa10-63481f9f7593"/>                                <textFieldExpression><![CDATA[$F{vezeteknev}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="120" uuid="aa4b4901-3bd9-4c13-b9d3-17e48d681a92">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column13"/>                        <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                        <jr:columnHeader height="40">                            <property name="com.jaspersoft.studio.unit.width" value="px"/>                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="120" height="40" uuid="29292957-6b52-4906-9aac-f0eed022104e"/>                                <textFieldExpression><![CDATA["Keresztnév"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="120" height="15" uuid="cb3a70fe-6e6e-4526-92a1-70f3cd844ff2"/>                                <textFieldExpression><![CDATA[$F{keresztnev}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="160" uuid="42438019-c7f4-4e89-a6b2-5977ca229612">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column14"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="160" height="40" uuid="57895db7-6e56-40c3-a530-37c5c5b64b71"/>                                <textFieldExpression><![CDATA["Vevői email"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="160" height="15" uuid="d009138b-cbc9-426b-8e4d-be34d264f929"/>                                <textFieldExpression><![CDATA[$F{vevo_email}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="200" uuid="34153780-98c2-4636-9146-b9a328060779">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column15"/>                        <jr:columnHeader height="40">                            <property name="com.jaspersoft.studio.unit.width" value="px"/>                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="200" height="40" uuid="5917dbec-5002-4b99-8ccf-e66187ef14b8"/>                                <textFieldExpression><![CDATA["Vevő Tel"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="200" height="15" uuid="f32dae31-fd2c-4a54-a1d7-ad6b1897bbeb"/>                                <textFieldExpression><![CDATA[$F{telefon}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="100" uuid="24cca426-3b8e-43e2-8a8e-1abc34fa94e8">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column16"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="100" height="40" uuid="5d1513fb-84f8-408b-80e0-80a54c1074aa"/>                                <textFieldExpression><![CDATA["Vevő fax"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="100" height="15" uuid="6c2eccfb-158e-4595-b7de-e78454d034dd"/>                                <textFieldExpression><![CDATA[$F{vevo_fax}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="80" uuid="54391ff6-f50e-44df-98ea-069700c41bb5">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column17"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="80" height="40" uuid="35fd3c42-897e-4df2-b1e0-9a8e1eb5c6ce"/>                                <textFieldExpression><![CDATA["Részleg"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="80" height="15" uuid="b811e958-5993-4bac-9257-0d205c7ca19d"/>                                <textFieldExpression><![CDATA[$F{reszleg}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="80" uuid="d2eb67f6-1dec-480a-a50c-dfb3803371d0">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column18"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="80" height="40" uuid="d7237759-88e9-4bd0-b6b5-0dc9175d751f"/>                                <textFieldExpression><![CDATA["Adószám"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="80" height="15" uuid="37d18e66-efc8-40bf-a816-91baf43761b4"/>                                <textFieldExpression><![CDATA[$F{adoszam}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="80" uuid="d1910033-1f11-4291-97df-b8d655b692e3">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column19"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="80" height="40" uuid="5a473ad3-9173-4f75-8ec3-435a06c06a9a"/>                                <textFieldExpression><![CDATA["EU adószám"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="80" height="15" uuid="d9396621-4dc9-4044-bfa8-b53ff443a9c4"/>                                <textFieldExpression><![CDATA[$F{eu_adoszam}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="70" uuid="b1f00ee3-2f27-489d-8808-b16357f900a4">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column20"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="70" height="40" uuid="829bc978-3617-4ccf-a961-d9f2a7143979"/>                                <textFieldExpression><![CDATA["Számlatömb"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="70" height="15" uuid="b3208b77-7acf-4b56-b3fc-4234ce72977c"/>                                <textFieldExpression><![CDATA[$F{szamlatomb}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="80" uuid="fd0347b2-0271-414a-82eb-b1f7f6cb6665">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column21"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="80" height="40" uuid="c7442a8c-b136-4be6-8f60-e27b66f293c4"/>                                <textFieldExpression><![CDATA["Fizetési mód"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="80" height="15" uuid="2eee0bc1-16df-4b1a-8713-ec063525cfd6"/>                                <textFieldExpression><![CDATA[$F{fizetesi_mod}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="80" uuid="bb954b1e-a2ff-45ea-929b-2789fdcf5bb0">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column22"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true" pattern="">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="80" height="40" uuid="1e578c19-e819-47f3-9431-95850220d3c0"/>                                <textFieldExpression><![CDATA["Esedékesség"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="80" height="15" uuid="829feead-0fed-4433-8aba-b994c26e8a9d"/>                                <textFieldExpression><![CDATA[$F{esedekesseg}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="50" uuid="4be21948-23bf-4c25-ab9a-eaa6dd30bfe4">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column23"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="50" height="40" uuid="36869afa-d3b9-478d-b389-4e593fd5452f"/>                                <textFieldExpression><![CDATA["Valuta"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="50" height="15" uuid="c5fd5a5f-775b-4285-8365-0b9af2abdcc1"/>                                <textFieldExpression><![CDATA[$F{valuta}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="70" uuid="80be67b6-631d-4748-9ba2-4a1f4af2e062">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column24"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="70" height="40" uuid="db59438a-da7c-4f05-b557-091d7a3db2a6"/>                                <textFieldExpression><![CDATA["Bankszámla kód"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="70" height="15" uuid="482d2a99-591e-48a2-b4b4-c15abb8d3309"/>                                <textFieldExpression><![CDATA[$F{bankszamla_kod}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="60" uuid="74dff71c-bf88-46a7-97b8-46ed3ee95371">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column25"/>                        <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                        <jr:columnHeader height="40">                            <property name="com.jaspersoft.studio.unit.width" value="px"/>                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="60" height="40" uuid="3503b6b1-91a1-4f90-ba33-78bc362ebb40"/>                                <textFieldExpression><![CDATA["Hitelkeret"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="60" height="15" uuid="b488c3f8-7d07-4ca4-ad37-6f5305699178"/>                                <textFieldExpression><![CDATA[$F{hitelkeret}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="70" uuid="552af779-ac87-4a1c-b58e-f9b6920f8414">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column26"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="70" height="40" uuid="61a6f52e-f626-4dc9-8ae0-8bf2dda052c5"/>                                <textFieldExpression><![CDATA["CPG1"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="70" height="15" uuid="11f68afc-81d6-49eb-aa89-b8481cf9d9b6"/>                                <textFieldExpression><![CDATA[$F{r_cpg1}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="50" uuid="575dc9e9-9318-4ce0-9a58-c89e0d4b4bbc">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column27"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="50" height="40" uuid="940273da-5b8c-4248-850e-11f590f29cbc"/>                                <textFieldExpression><![CDATA["CPG2"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="50" height="15" uuid="755905b7-7dce-42f9-90cf-df0d7bbbfb4f"/>                                <textFieldExpression><![CDATA[$F{r_cpg2}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="50" uuid="9e699952-1cdb-45dd-990d-8aebd23ac45b">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column28"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="50" height="40" uuid="9d894624-c3ee-4cd9-bbb5-6e8057373a13"/>                                <textFieldExpression><![CDATA["CPG3"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="50" height="15" uuid="b116fd8d-2863-4c21-9889-17034a3bd3aa"/>                                <textFieldExpression><![CDATA[$F{r_cpg3}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="50" uuid="f850a48b-baee-4645-a18f-69871759cd8f">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column29"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="50" height="40" uuid="e921bf73-436e-4e23-afe1-f2c9a68f7c1e"/>                                <textFieldExpression><![CDATA["CPG4"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="50" height="15" uuid="866762d9-69d7-4716-81b0-6f45f37543ac"/>                                <textFieldExpression><![CDATA[$F{r_cpg4}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="60" uuid="10dfacdb-26e6-49ea-8862-985512817681">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column30"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="60" height="40" uuid="b5e7dba4-f419-4e00-92f8-69055871adda"/>                                <textFieldExpression><![CDATA["Incoterm"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="60" height="15" uuid="bb368e79-0e1c-44fe-a923-97b7af02dace"/>                                <textFieldExpression><![CDATA[$F{r_incoterm}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="60" uuid="78902eeb-818d-4f80-bb24-5a2f4ec3c391">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column31"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="60" height="40" uuid="cf261094-10af-4d1a-8566-1fb419faa605"/>                                <textFieldExpression><![CDATA["Kiszállítási raktár"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="60" height="15" uuid="5160541e-d59b-4a09-9d54-f60e9f7ba087"/>                                <textFieldExpression><![CDATA[$F{kiszallitasi_raktar}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="70" uuid="e1db606e-e554-4748-9204-a2e95281c2af">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column32"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="70" height="40" uuid="de3ed6ad-afe2-48d6-abea-6e6073aaa0cf"/>                                <textFieldExpression><![CDATA["Fuvar szolgáltatás"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="70" height="15" uuid="259c4494-7bc7-468b-b039-b2993a9c119b"/>                                <textFieldExpression><![CDATA[$F{fuvar_szolgaltatas}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="60" uuid="68529af8-30ee-4d22-9c61-6bd98a82c2b5">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column33"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="60" height="40" uuid="32559a67-e9d6-4cab-b2db-1f8e280d62a6"/>                                <textFieldExpression><![CDATA["Fuvart fizeti"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="60" height="15" uuid="bda08f67-4417-4319-8af1-2b39a43ecbe0"/>                                <textFieldExpression><![CDATA[$F{fuvart_fizeti}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="70" uuid="78e949f0-309b-46a5-be20-065be327fe3c">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column34"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="70" height="40" uuid="c9608a16-5b67-46c5-b318-06a01f05e38f"/>                                <textFieldExpression><![CDATA["Beszállítói azonosító"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="70" height="15" uuid="2716b932-58b4-4ecd-9500-bc19db05df3b"/>                                <textFieldExpression><![CDATA[$F{beszallitoi_azon}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="50" uuid="9ee84395-f62e-45ba-8f5f-bb462c519b97">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column35"/>                        <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                        <jr:columnHeader height="40">                            <property name="com.jaspersoft.studio.unit.width" value="px"/>                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="50" height="40" uuid="fe7c4878-4fd9-4220-8c2d-bd012bfe2396"/>                                <textFieldExpression><![CDATA["CPNG"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="50" height="15" uuid="3c4ab428-b85d-4206-adbf-1891d98b91bf"/>                                <textFieldExpression><![CDATA[$F{cpng}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                    <jr:column width="120" uuid="5a615304-39d2-43c4-b747-e839afb58428">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column36"/>                        <jr:columnHeader height="40">                            <box>                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField isStretchWithOverflow="true">                                <reportElement key="" style="TableColumnHeader" x="0" y="0" width="120" height="40" uuid="ce9bcf7e-1b7a-443d-87a0-5215b275a519"/>                                <textFieldExpression><![CDATA["Vevői osztályozókódok"]]></textFieldExpression>                            </textField>                        </jr:columnHeader>                        <jr:detailCell height="15">                            <box padding="0" leftPadding="0">                                <topPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                                <rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#C0C0C0"/>                            </box>                            <textField pattern="" isBlankWhenNull="true">                                <reportElement style="TableRowStyle" x="0" y="0" width="120" height="15" uuid="84c7415d-36bf-4035-8834-d7a65635d7cf"/>                                <textFieldExpression><![CDATA[$F{vevo_osztalyozokodok}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                </jr:table>            </componentElement>        </band>    </summary></jasperReport>[/code]

 

 

Link to comment
Share on other sites

  • 2 weeks later...

Hi plambert_1,

Could you checked it the attached jrxml file?

I still have the JSON HeaderToolbar error, but I found this How to disable table sorting-filtering feature (jive) in JasperReports Server, and based on the article I added to Report / Properties the next key-value pair

<property name="net.sf.jasperreports.components.table.interactive" value="false"/>[/code]

and after that modification the Export function works fine in our JasperReports Server 5.5

Best regards, Csaba

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...