КОМЕНТАРІ •

  • @wilsonbarbosa8210
    @wilsonbarbosa8210 5 місяців тому +1

    I saw some tutorials here on youtube and I gotta say, yours is BY FAR the best. Super easy to follow, very detailed, but at the same time straight to the point! It helped me immensely! I thought this thing with Jasper was bigger than me, but I can see I was wrong. Thank you so much for your work man! Big ups

    • @ThePetekal13
      @ThePetekal13 2 місяці тому

      except next button on chart wizard isn't working for me

  • @Softrough1989
    @Softrough1989 Рік тому +2

    Very useful, thanks. I thought I was difficult but you made it simple to understand.

  • @someone-o4s2w
    @someone-o4s2w 9 місяців тому

    Thanks man you really saved me, been searching for it for 2 days

  • @oualidberrim5218
    @oualidberrim5218 5 місяців тому

    You are the best bro .. keep the good 👍 job up

  • @ganeshcommn50
    @ganeshcommn50 Рік тому +1

    Very nice video really awesome explanation...

  • @guptajicodesofficial
    @guptajicodesofficial 6 місяців тому

    Hi, I need to learn more on jasper report using spring boot. can you suggest me some learning sources? By the way video was very helpful to learn about jasper report

  • @mdhabib-xf1dc
    @mdhabib-xf1dc Рік тому +1

    Very nice video really awesome explanation pls upload second part i need how to display two table data in to single report in jasper pls upload soon i need very urgent sir

  • @indrayp-f1v
    @indrayp-f1v 3 місяці тому

    great tutorial, thanks

  • @maitreymehta1359
    @maitreymehta1359 Рік тому

    Thanks bro, it solves my many doutes.

  • @devsoltinho
    @devsoltinho 8 місяців тому

    How to declare variables in jasper studio that are inside another object. Example Customer object has a relationship with the company object and I want to display the company name in jasper studio for that customer list?

  • @srinivasareddy123
    @srinivasareddy123 2 місяці тому

    Hi, Thanks for the tutorial. I am trying to show the jasper report thru java servlet and i am getting 'Failed to load pdf document' error. But the same report is working well inside jasper studio. please help me.
    I am using the below code.
    JasperReport jReport = (JasperReport) JRLoader.loadObjectFromFile("d:\\test.jasper");
    JasperPrint jPrint = JasperFillManager.fillReport(jReport, null, conn);
    JasperViewer.viewReport(jPrint,false);
    I have jasperreports-7.0.0.jar in classpath.

  • @MsOmazin
    @MsOmazin 2 місяці тому

    I have a question about the jasper report layout

  • @dev-ganeshbabu-in
    @dev-ganeshbabu-in 2 місяці тому

    You Made It.

  • @cliffmathew
    @cliffmathew 11 місяців тому

    Excellent. Thanks

  • @youngyb-lp4wc
    @youngyb-lp4wc 8 місяців тому

    can i import my logos in this or add a signature in the document

  • @shreshthashil6495
    @shreshthashil6495 Рік тому

    Hello Sir m not able to open IntelliJ with cmd using (idea .) , please help me

  • @hoanglongngo7752
    @hoanglongngo7752 10 місяців тому

    Thanks man you save my day :>

  • @mdhabib-xf1dc
    @mdhabib-xf1dc Рік тому +2

    i created 3 table in single report but my data display only one table i used 2 dataset

    • @InvolveInInnovation
      @InvolveInInnovation Рік тому

      Part -2 of this jasperreport tutorial series - ua-cam.com/video/fFKPyYa1NEc/v-deo.html

  • @apollogamer1644
    @apollogamer1644 Рік тому

    Thank You So MUch

  • @jananig1751
    @jananig1751 Рік тому

    Hi if i type idea it shows idea is not recognized as internal or external command
    how to rectify this

  • @djamaltoe3774
    @djamaltoe3774 Рік тому

    hello i have a problem with subreports

  • @tabassumsyeda790
    @tabassumsyeda790 Рік тому

    Hi, I want to add Arebic language along with English in my report could you plz let me know how to do it using Jasper..

  • @tianadede349
    @tianadede349 10 місяців тому

    strong man

  • @sunyungcn
    @sunyungcn Рік тому

    Thank you!

  • @shubham8130
    @shubham8130 Рік тому

    Please tell me how to take the data from postgre SQL

  • @fabiomaruca142
    @fabiomaruca142 4 місяці тому

    This is no way a Spring Boot integration, it is just the std lib used in a main method

  • @djamaltoe3774
    @djamaltoe3774 Рік тому

    hello i have a problem with subreport

    • @djamaltoe3774
      @djamaltoe3774 Рік тому

      i'm trying to do it with javaFx but i have some errors , in preview it works but when i return to my code, that is the error i see
      :net.sf.jasperreports.engine.JRException: Invalid page index range : 0 - -1 of 0
      at net.sf.jasperreports.engine.print.JRPrinterAWT.printPages(JRPrinterAWT.java:123)
      at net.sf.jasperreports.engine.print.JRPrinterAWT.printPages(JRPrinterAWT.java:84)
      at net.sf.jasperreports.engine.JasperPrintManager.printPages(JasperPrintManager.java:197)
      at net.sf.jasperreports.engine.JasperPrintManager.printReport(JasperPrintManager.java:88)
      at restaurantkedjenou.SellerController.genReportDate2(SellerController.java:2134)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:498)
      at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
      at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:498)
      at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
      at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1769)
      at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(FXMLLoader.java:1657)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
      at javafx.event.Event.fireEvent(Event.java:198)
      at javafx.scene.Node.fireEvent(Node.java:8411)
      at javafx.scene.control.Button.fire(Button.java:185)
      at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:182)
      at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:96)
      at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:89)
      at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
      at javafx.event.Event.fireEvent(Event.java:198)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:3757)
      at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3485)
      at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2494)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:394)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:295)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$358(GlassViewEventHandler.java:432)
      at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:431)
      at com.sun.glass.ui.View.handleMouseEvent(View.java:555)
      at com.sun.glass.ui.View.notifyMouse(View.java:937)
      at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
      at com.sun.glass.ui.win.WinApplication.lambda$null$152(WinApplication.java:177)
      at java.lang.Thread.run(Thread.java:748)