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

alimahran666

Members
  • Posts

    15
  • Joined

  • Last visited

alimahran666's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. I have a database with 1256 encoding and use jasper to make my reports how can convert a defualt utf-8 encoding to CP1256 wher i show my reprts i need to show my reports by encoding CP1256
  2. how can get current server current date on my client report
  3. 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??
  4. thank you more for ur answer bu can u tell me how can but rowDirection to RTL as column Direction RTL
  5. not found proberty ColumnDirection in detail bound and the report haven,t accept this proberty can u tell which place can add this proberty
  6. 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
  7. code to remove save button JRViewer jRViewer = new JRViewer(jasperPrint); ((JPanel)jRViewer.getComponent(0)).remove(0); so what code to remove print button
  8. how can customize button save or print on jasperviewer i want to diable or remove any button on windo how can?
  9. i want to disable or remove print and save button from jasperviewer window and leave button print only that i added it . how can ?
  10. i want to disable or remove print button form jasperviewer window and leave button print button that added it . how can ?
  11. 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
  12. 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...