0

I'm calling a WCF to obtain database information from a SSRS report, it works retrieving small amounts of data, but with bigger queries, it throws an exception

The maximum message size quota for incoming messages (65536) has been exceeded

Normally you can configure the maxReceivedMessageSize property at the client's configuration file, but I can't find where to configure this property in the report.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459

1 Answers1

0

take look at this file:

<Installation directory> \Reporting Services \ReportServer\RSReportServer.config

or

<Installation directory> \Reporting Services \ReportServer\Web.config
Mohammad
  • 2,724
  • 6
  • 29
  • 55