Hi Guys,
I wanna show the data in header rdlc report..
I already input the information in table body.. and created a textbox in header, use "Reportitems!textbox1.Value"
But as I know if the table is empty, the data is not shown too..
So, how to show the data in header, even if the line of table is empty..?? ](*,)
Need your help, please..
0
Comments
have you already tried with functions SetData/GetData as in standard report Sales Invoice?
It works as expected... More or Less...
But, it didn't work.. It's shown only if the dataset is not empty again..
Give me another way, please..
You should not have added invisible fields in table sections..
try by adding them before table
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
If you have issues relating RTC Report Layout then follow steps as
http://saurav-nav.blogspot.com/search/label/RTC%20Reports
Thanks & Regards
Saurav Dhyani
http://saurav-nav.blogspot.com/
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page
If the line is empty then there IS no data to display, so it makes sense that the header also doesn't display data.
RIS Plus, LLC
in classic
you take a integer table and set his MaxIteration property 1 , and put all information in it,
in rdlc
take a table base group on integer.no then put your header information.
now you can show your header information using set and get function and reportitem.fieldname value
see this link for how to make mattrix report..
http://blogs.msdn.com/b/nav/archive/200 ... 9-sp1.aspx
This should solve your Problem.
It is solved.. I added 1 certain data item that has content like Company Information..
Thx