- 1、安装ReportingServices后,需要修改
- D:\Program Files\Microsoft SQL Server\MSRS10_50.SQL2008\Reporting Services\ReportServer\Pages\ReportViewer.aspx
- (具体文件位置以安装时指定为准)
- 然后在文件中的<head></head>标签内插入这段代码:
- <style>
- #ReportViewerControl_ctl10
- {
- overflow: visible !important;
- }
- </style>
|