开发者

SSRS in .Net Windows Application

We have a C# Windows Application.

We also have SSRS reports.

Can we deploy the application so that the reports are render开发者_开发知识库ed on the local machine rather than using a web server?


Yes.

You need to set the ReportViewer control to render the reports in local processing mode. You will need to use the WinForm version of the reportviewer control to accomplish this.

To set the ReportViewer to accept local data sources, you can set the ReportViewer.ProcessingMode property to local.

More info.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜