简体   繁体   中英

C# And RDLC report break page with Condition

I need to use page break with a specific condition. For example,

I have rdlc report, and i want to add expression that make the pages

breaks when text value = "@@@@".

And thanks a lot.

=Iif(Fields!anly.Value="@@@@",?? break page code ??, false)

可能可以添加具有分页符条件的分组。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM