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

alimahran666

Members
  • Posts

    15
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Posts posted by alimahran666

  1. i create main and sub report in jasper

    i want  to send a value field from sub report to main report so

      ,i am created variable on sub report to strore a value field 

    created another value to recieve varaiable from subreport 

    and in subreport component in master i am add return value from sub variable to master varaiable 

    when drage an drop a vraiable master on report show null??

  2. when i split detail bound to two columns and print order is vertical the data can show this sort data from left to right as 
    1       4


    2      5


    3      6

    but i need data to sort from right to left in column as this 

    4      1

    5      2 

    6       3 

  3. thank u very much for ur answer

    this code is

        JasperPrintManager.printReport(jasperPrint, false);

         

    is print directally without using print button  , i want to fire print putton 

    so

       ? how can customizie print button on jasperviewer window  to print default

  4. when i use print  button  it,s show window print ,but i want to print report directally without show window  . or  how can add print  button  programatically to print directlly on JasperViewer windo ?

    i am used net.sf.jasperreports.view.JasperViewer

    but iam don.t know

    thanks u  more

×
×
  • Create New...