- 积分
- 28
- 在线时间
- 54 小时
- 主题
- 20
- 注册时间
- 2013-7-3
- 帖子
- 83
- 最后登录
- 2019-10-15
- 帖子
- 83
- 软币
- 557
- 在线时间
- 54 小时
- 注册时间
- 2013-7-3
|
楼主 |
发表于 2014-8-15 16:23:04
|
显示全部楼层
/// <summary>
/// 由于报表控件在14.1.4的版本中出现bug,在浏览时,当用localhost时是正常的
/// 在ip地址方式下工具条上出现黑点,不知道原因,但是发现可以通过设置工具条的显示模式来规避
/// 当ReportToolbar,我们可以把theme设置为"Metropolis"等多种模式规避
/// 当ASPxDocumentViewer我们可以 devDV.Theme = "Metropolis";
/// devDV.ToolbarMode = DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerToolbarMode.Ribbon;
/// 等多种方式规避,希望高人解决,可能是bug
/// </summary>
希望给大家带来帮助,通过验证13的版本也有同样的毛病,希望官方能更正bug |
|