How to freeze one or more columns in MS ReportViewer control?

和自甴很熟 提交于 2019-12-02 10:17:35

问题


Is it possible to "freeze" a column in Microsoft ReportViewer control local mode so that as the user scrolls to the right the first column or two continues to show and doesn't scroll out of view? I am using table type of report.


回答1:


I found solution.

You have to click on the column above the header of the report designer. It will select whole column including Table Header, Table Details, Table Footer and click on the property (F4). Change FixedHeader Property to True.



来源:https://stackoverflow.com/questions/2297802/how-to-freeze-one-or-more-columns-in-ms-reportviewer-control

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