José Ángel Calcaño Azócar

Results 2 comments of José Ángel Calcaño Azócar

In your project to have ServerReport report = new ServerReport(); report.ReportServerCredentials.NetworkCredentials = new NetworkCredential("login", "password", "DOMAIN"); report.ReportServerUrl = new Uri("http://localhost/ReportServer"); report.ReportPath = "/Invoice"; report.SetParameters(new[] { new ReportParameter("Date", DateTime.Now.Date.ToString()) }); byte[]...

When I made your example when debugging the line of report.setparemters throw this exception System.ServiceModel.ProtocolException: 'The content type text/html; charset=utf-8 of the response message does not match the content type...