C#如何直接调用rdlc报表进行打印_百度知道
fPrintDocument.PrinterSettings.PrinterName; //取得本地的默认打印机 if (m_...是做的RDLC报表的数据源 Export(report); m_currentPageIndex = 0; Print();...
C#中直接打印Report文件(rdlc)_雨枫技术教程网
> .net > C# > C#中直接打印Report文件(rdlc) ...用到.Net提供的2个对象,LocalReport和PrintDocument...ASP.NET MVC WinForm Visual Studio VB.net .net综合...