报表rdlc怎样直接打印

报表rdlc怎样直接打印

可以使用FlashViewer的以下两种方式来实现直接打印:使用StartPrint 属性。展开FlashViewerOptions属性的,设置StartPrint 属性为True。使用脚本实现1. 首先设置FlashViewer的Use
JavaScript250