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

fillipedesenvolvedor

Members
  • Posts

    16
  • Joined

  • Last visited

fillipedesenvolvedor's Achievements

  1. Oops man! I want to thank you so much for helping me hehehe, everything was fine! vaaaleuuuuuuuuuuuuuuuuuuuuu He saved his homeland!
  2. Gentlemen, I managed to put an end to my kk need, a solution was so simple! in the details tab of your central report, place the rectangle component and seven the relative option for the height of the band, place it inside that rectangle or subreport that contains all its fields and lines, configure or visualize and see a magic happen hehe. Thank you very much guys for the support.
  3. Gentlemen, I do not want to print or hide the line in the last item or object in the detail band For example : Data 1 -------------- Data 2 NO LINE HERE Thanks ! :D
  4. Bigalex, Could you send a file or a video tutorial so I can understand better? Thanks man!
  5. when I put the rectangle in the detail tab, it repeats 3 times because I have 3 objects, but I don't want it to repeat, I just want to keep a rectangle and all my objects inside, that's why I need the rectangle to be dynamic and that it is in the detail tab so there is no overflow. What should I do ?
  6. Hello, Define this type in which component? in the detail tab or in the rectangle? because I already put this option in the component, but nothing happens, the elements that are brought from the bank end up being outside the rectangle.
  7. Gentlemen, Thank you very much for your attention. I would like to know if there is a possibility of having a dynamic rectangle as the other components within a detail tab will increase, as it is a list, I will attach an image for you to understand better, as the list in the detail tab will increase, I want the my rectangle is growing dynamically! Thanks guys !
  8. Gentlemen, I'm having problems connecting to the postgresql database, the existing connection test in jasper studio is showing that the connection is being successful, but when I run the report to execute my sql instructions and the data appears in the report nothing comes out! I am using a subreport that has another sql statement, when I execute only the subreport in the Preview option of the jasper soft studio, the sql statement is executed and shows the data correctly. But in the main report giving the preview, unfortunately no information is returned after executing the sql statement left in the main report, as I already said, I have no connection error I think the jasper soft studio has an internal bug regarding the connection to the postgresql database, in case anyone knows how to help me I really appreciate it! Great day for you, even more!
  9. my english is terrible, sorry! Finally I was able to solve the problem, the solution was to put a Field in the Detail tab and the sub together, because of Field in detail to iterate, it returned the sub data to the parent report, now I can use countless parameter lists and countless details hehe, again thank you very much guys![/code]
  10. Senhores, Estou usando dois sub relatórios, em cada um sub estou colocando em uma aba Detail, por exemplo : Aba detail 1 com sub relatório 1 e aba detail 2 com sub relatório 2, dentro dos dois sub relatório tem a aba column header e detail, Estou usando JrBeanCollectionDataSource múltiplas passando por parâmetros e estou usando também aquele script que configura um novo data source passando os dois parametros de cada lista que vou usar em cada sub relatório. Mas estou com um problema, quando executo o principal, não aparece dados em nenhuma aba Detail, mas quando passo o sub para aba Page Footer ou Page header o sub relatório aparece no principal, o que pode ser isso ? Preciso passar uma lista com size de 50, então preciso trabalhar com as abas detail, consigo colocar estes dois subs relatórios em cada aba sem ser a detail para mostrar corretamente no principal ? eu consegui em algum momento colocar mostrar, mas estava mostrando um item do sub relatório e depois mostrava todos os itens da segunda lista toda, eu até tentei da seguinte maneira, coloquei a aba detail e coloquei os fields no principal msm, e coloquei o sub relatório que faltou na aba page footer, mas o problema é que ela mostra em todas as folhas certo ? pessoal alguma solução para este meu problema ? preciso de ajuda URGENTE !
  11. Gentleman, I attached an image that contains the way the subreport is being printed on the main report, any tips on how to center the subreport on the main report?
  12. I'm transmitting the data using JRBeanCollectionDataSource and there was a need to use this same for subreports, in the subreports already contains all the fields that I need to list. In the list that is being passed inside JRBeanCollectionDataSource is all the data in it, I need to get this list and pass it in the subreports so that the data is shown, but everything is coming to null, because I believe the subreport is not receiving the JRBeanCollectionDataSource. How can I do it?
  13. No sub-relatórios nas propriedades > Parameters eu inseri todos os campos Fields que eu preciso que ele receba os valores da minha coleção de dados que é a lista listaRelAcompPreNatal e na opção Connection Type eu escolhi > Use a datasource expression e na opção data source expression eu preciso passar a minha coleção listaRelAcompPreNatal novamente ? pois quando vou compilar o arquivo, ele pede para que seja criado o paramêtro listaRelAcompPreNatal, está entendendo ?
  14. Eu tenho um relatório Principal, a onde inseri três sub relatórios, a forma como inseri eles foi como um endereçamento estático, passando a path msm a onde se encontra o arquivo. Tenho vários Fields, quero usar a mesma coleção de dados que uso no principal para os outros dois sub-relatórios. Vou inserir o link : https://prnt.sc/pjoetr Este é o modelo que fiz !
  15. É que estou usando o google chrome para fazer a conversão para o inglês e talvez não saia a tradução corretamente kkk, mas enfim... Vou esclarecer melhor com mais detalhes. Tenho uma classe que gera os relatórios, nela aplico este modelo de código : JasperPrint print = JasperFillManager.fillReport(report, params, new JRBeanCollectionDataSource(listaRelAcompPreNatal)); a onde que os params = os paramêtros que já estou passando a listaRelAcompPreNatal possui uma coleção que é uma lista a onde contém todos os atributos, estes atributos está exatamente o mesmo nome lá dos meus Fields que é do tipo F no relatório principal Tenho todos estes Fields e nos subs relatórios que está inserido no principal também tem todos os fields !, mas quando executo na aplicação, a aba detail está vindo branca porque não está carregando nenhum dado, então logo isso quer dizer que os meus Fields que é da minha coleção de dados(listaRelAcompPreNatal) nos subs relatórios estão todos vazios, é como se somente o relatório principal estivesse acesso a essa minha coleção de dados que se chama listaRelAcompPreNatal, agora quero fazer com que os meus subs relatórios tenha acesso a está minha coleção de dados que possui os valores de todos os Fields entendeu ?
×
×
  • Create New...