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.