随笔分类 -  SSRS

将ReportServer报表转存为PDF
摘要:using Microsoft.Reporting.WebForms;/引用 ReportViewer reportview = new ReportViewer();//web界面显示RS报表控件 reportview.ProcessingMode = ProcessingMode.Remote;//控件处理模式,Remote远程,.Local本地 reportview.ServerReport.ReportServerUrl = new Uri("http://pcberp02/Reportserver");//报表服务器 reportview.S... 阅读全文
posted @ 2013-06-14 09:37 cw_volcano 阅读(527) 评论(0) 推荐(0)
SSRS_NOTE
摘要:1.Computer -> Manage ->Server and Applications -> Services -> SQL Server Reporting Service(如果启动不了的话 右键属性 logon)2.Start->Microsoft SQL Server 2008 R2 ->Configration Tools->Report Services Configrationaspx:<rsweb:ReportViewer ID="rptViewer" ZoomMode="PageWidth&qu 阅读全文
posted @ 2013-05-24 14:42 cw_volcano 阅读(197) 评论(0) 推荐(0)