Hi all,
i have problems in showing Header in RDLC report.
In my report, i has been created 2 tables in Body.(No Page Header)
The 1st table use to showing more longer header, while 2nd table use to showing more shorter header.
The report is grouping by Customer No., it is mean every new customer will be printed header from 1st table, else will printed header from 2nd table.
The 2nd table's header is not printed in 2nd page, even the RepeatOnNewPage = TRUE.
Thank you.
0
Comments
Have you already tried to evaluate in DataItem triggers a Boolean variable that says if the customer is changed?
you can use this variable as SourceExpr of Visibility property of your Headers in RDLC.
It works as expected... More or Less...
Actually i modifying existing report 116 Statement.
Every Customer Statement first page will printed longer header information, while second page or above will printed short header information (My client wanna save papers).
Below is the classic format.
In RDLC, i has been added 2 tables in body and control in visibility expression, but it is not working.
Is it correct?
It works as expected... More or Less...