Page 2 of 2

Re: Httpclient.Timeout after 100 second

Posted: Sun Jan 18, 2026 6:47 am
by ShakeebAhmed
Lech,

I have upgraded stilumsoft package to latest along with graphql package too. When I did report.Render(false) it should grab the data from datasource (in our case it is GraphQL request) to render the report but it throws timeout exception after 100 second. We wanted to extend that timeout which is might be HttpClient internally using in report.Graphql package. We are fine if it took 10-20 minutes to fetch the data but currently it does exit out after default 100 second which is why our reports getting failed.

We tried to create our custom method to fetch the graphql data and set in regData of report but it also makes problem when there are groupings/relations in report. We are creating DataTable flat object but it does not works for us and export report does not produce what we want. Designer preview does works fine if data is limited but for huge dataset it crashes out, hence we are directly exporting report from backend so that it could not put load on browser.

Could you please help us?

Thanks.

Re: Httpclient.Timeout after 100 second

Posted: Tue Jan 20, 2026 7:59 am
by Lech Kulikowski
Hello,

> We tried to create our custom method to fetch the graphql data and set in regData of report but it also makes problem when there are groupings/relations in report. We are creating DataTable flat object but it does not works for us and export report does not produce what we want.

Please send us a sample that reproduces the issue for analysis.

Thank you.