문제

Is it from the server or in the application? I am using the below line to Export from rdl. byte[] bytes = reportViewer.ServerReport.Render("EXCEL", null, out mimeType, out encoding, out extension, out streamIds, out warnings);

도움이 되었습니까?

해결책

The ServerReport part should have been a dead giveaway.

It is being generated from the Report Server.

From ReportViewer.ServerReport Property

Gets the instance of the Report class that is used when the ProcessingMode for the ReportViewer control is set to Remote.

Remote

Specifies remote processing mode against a Reporting Services report server.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top