Design Report problem

RickyJohnson
Member Posts: 3
before say something i create new topic because i dont know the keyword for my problem so i guess
i create new one
i have problem in reportin in SQL report builder 14 because im using navision 2015
in RTC client i have sales line, only 1 item
but in my report output i want my border filled with blank space
example
| Item | Description |
| 1000 | Rim |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
max space for 1 page is 10, if item < 10 i want blank space like that, that applies for next page too,
any property to setting that? or i have to work in C/AL Code?
i create new one
i have problem in reportin in SQL report builder 14 because im using navision 2015
in RTC client i have sales line, only 1 item
but in my report output i want my border filled with blank space
example
| Item | Description |
| 1000 | Rim |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
max space for 1 page is 10, if item < 10 i want blank space like that, that applies for next page too,
any property to setting that? or i have to work in C/AL Code?
0
Comments
-
If you are looking to have 10 lines print, regardless of the number of item records then base the section off a temporary table (record) and insert the appropriate number of blank lines so that you have a number divisible by 10 (think multi-page. The one catch with this is to make sure that none of the row elements CanGrow or CanShrink as that will throw off the sizing. I have seen some write the reports with an image for the background that has the lined sections.0
-
mrealm1 wrote:If you are looking to have 10 lines print, regardless of the number of item records then base the section off a temporary table (record) and insert the appropriate number of blank lines so that you have a number divisible by 10 (think multi-page. The one catch with this is to make sure that none of the row elements CanGrow or CanShrink as that will throw off the sizing. I have seen some write the reports with an image for the background that has the lined sections.
i stil dont understand what do you mean sir, can you explain more detail, what i have to do.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions