Formatting multiple fields at once in RDL or RDLC

烈酒焚心 提交于 2019-12-10 22:09:02

问题


Over the years, I've been working with SSRS reports (RDL and RDLC) but I have not found a solution to this problem: Let's say I have x number of fields in my report. I would like to highlight all the fields at once and modify the background-color, foreground-color, font and font size, for all fields at the same time.

Is this possible? I've searched on the web and I've experimented with the report designer, and I have not found anything that allows me to do this (other than modifying the underlying XML directly, which is not an option).


回答1:


Select all the controls in the designer and press F4 for properties. Change the background color, font etc.



来源:https://stackoverflow.com/questions/3681397/formatting-multiple-fields-at-once-in-rdl-or-rdlc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!