SSRS Consuming WCF Service with Calling User Credentials Issue
问题 We currently have SSRS reports that consume WCF service data which needs to use the calling users credentials. On the service side, we use a basic binding to host the service: <binding name="TheBasicHttpBinding" maxReceivedMessageSize="50000000" transferMode="Streamed"> <readerQuotas maxArrayLength="50000000"/> <security mode="TransportCredentialOnly"> <transport clientCredentialType="Windows"/> </security> </binding> <service behaviorConfiguration="DefaultServiceBehavior" name="Web