RDLC report conversion

northerner
Member Posts: 67
Hi
I'm trying to get up to speed with RDLC reporting.
On the Customer/Item Sales report (report 113), in the classic version, we've got an extra option called 'Summary Report', and in the Integer, Body (1) section there's some code to show the output of the section or not:
I've created a new Boolean called 'Hidden' and added this to the report as an invisible field in the same body section. In the RDLC layout, I have also added this as an invisible field on the Table Row. I want to set a visibility expression to show or hide the whole row depending on the value of the field. However - there's already an expression there and I'm not sure how to modify it. The existing expression is
Can anybody suggest what this needs to be changed to?
Thanks.
I'm trying to get up to speed with RDLC reporting.
On the Customer/Item Sales report (report 113), in the classic version, we've got an extra option called 'Summary Report', and in the Integer, Body (1) section there's some code to show the output of the section or not:
IF SummaryOnly then CurrReport.SHOWOUTPUT(FALSE)
I've created a new Boolean called 'Hidden' and added this to the report as an invisible field in the same body section. In the RDLC layout, I have also added this as an invisible field on the Table Row. I want to set a visibility expression to show or hide the whole row depending on the value of the field. However - there's already an expression there and I'm not sure how to modify it. The existing expression is
=IIF(Fields!ValueEntryBuffer__Item_No__.Value = "",true,false)
Can anybody suggest what this needs to be changed to?
Thanks.
0
Comments
-
The code checked if Item No. is blank then print the values otherwise no.
Leave the logic as is and add your to it=IIF(Fields!ValueEntryBuffer__Item_No__.Value = "",TRUE,FALSE) and (not SummaryOnly)
0 -
That was a good hint, thanks :-)
I think I've got it working with=IIF((Fields!ValueEntryBuffer__Item_No__.Value <> "") and (fields!Hidden.Value = false),FALSE,true)
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