Recently I prepared a blog post about a property RepeatWith available in RDLC reports that has the potential to revolutionize the way that we create document reports in Dynamics NAV 2009. It went like this: When developing reports in Dynamics NAV you are sometimes required to show information, which is in the Dataset, on the … Read More →
Did you ever had to outline information on a report? For example, the user asks you to move this field a little to the left or right, or can that textbox be a little bigger because sometimes it’s just not big enough? Or can you also add this information into that textbox, but don’t change … Read More →
Comments usually go into the Documentation() trigger in your report object, but sometimes you want to be able to also put comments in the RDLC layout. For example when you have put controls behind each other and depending on a certain expression you change the visibility. In that case, when a modification needs to be … Read More →