Hi Stef,
I know how to configure the WebAPI and already did. The problem I'm facing is, that I don't know how to tell the WPF Report Viewer to send the windows credentials of the current windows account (not the username/password).
My client application is already talking to the other components of my WebAPI-App using the code snippet I posted earlier. I couldn't find any hint, neither in the docs (ReportEngineConnection only supports user/pass or token) nor in the reporting source code.
The only thing I can think of, is to override the instantiation of the HttpClient inside the WPF ReportViewer. But how can I do that?
Thanks
Matthias