https://blog.csdn.net/u012097590/article/details/94604568

devexpress gridControl1导出为pdf文件时出现 中文乱码的解决方案

 

DevExpress.XtraGrid.Views.Grid.GridView defaultView = gridControl1.MainView as DevExpress.XtraGrid.Views.Grid.GridView;
defaultView.AppearancePrint.HeaderPanel.Font = new System.Drawing.Font("微软雅黑", 10);
defaultView.AppearancePrint.Row.Font = new System.Drawing.Font("微软雅黑", 10);

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2021-05-16
  • 2022-12-23
  • 2021-05-19
  • 2021-09-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2022-12-23
  • 2022-01-31
  • 2021-06-06
  • 2022-01-30
相关资源
相似解决方案