Report limitations
Report limitations
Hello again!
I'd just like to ask if there're any limitations about reporting.
The things is we have a StiWebViewerFx built-in in a asp.net application and sometimes by generating big reports there is no result.
The boundary is about 35-40 pages. Within it everything is fine... but as soon as we exceed the amount it doesn't generate a thing.
So I just wanted to ask whether there may be any limits.
Thanks a lot!
I'd just like to ask if there're any limitations about reporting.
The things is we have a StiWebViewerFx built-in in a asp.net application and sometimes by generating big reports there is no result.
The boundary is about 35-40 pages. Within it everything is fine... but as soon as we exceed the amount it doesn't generate a thing.
So I just wanted to ask whether there may be any limits.
Thanks a lot!
Report limitations
Well, I tried caching but despite my tries to overwrite cache path "report.ReportCachePath" I still get the message
Access to the path 'C:\Documents and Settings\Default User\Local Settings\Application Data\StimulsoftReportsCache\77985810a9d243da9b79ca82e4815b56' is denied.
Access to the path 'C:\Documents and Settings\Default User\Local Settings\Application Data\StimulsoftReportsCache\77985810a9d243da9b79ca82e4815b56' is denied.
Report limitations
Hello,
Most likely, you have a problem with a timeout. The default timeout for the WebViewerFx is set to 15 seconds to generate a report. You can extend the timeout by setting the following option:
StiWebViewerFxOptions.Connection.ClientRequestTimeout = 60;
If you want to enable caching, you need to set two properties:
report.ReportCacheMode = StiReportCacheMode.On;
report.ReportCachePath = "CacheFolder";
For the folder "CacheFolder" should be set write permissions for ASP.NET applications.
Thank you.
Most likely, you have a problem with a timeout. The default timeout for the WebViewerFx is set to 15 seconds to generate a report. You can extend the timeout by setting the following option:
StiWebViewerFxOptions.Connection.ClientRequestTimeout = 60;
If you want to enable caching, you need to set two properties:
report.ReportCacheMode = StiReportCacheMode.On;
report.ReportCachePath = "CacheFolder";
For the folder "CacheFolder" should be set write permissions for ASP.NET applications.
Thank you.
Report limitations
Yeah, I increased timeout and it worked. Thanx )
But anyway it was taking so-o-o long and we decided to switch back to StiWebViewer (without Fx).
At once we were able to display 100 and more pages after switching.
Thanks
But anyway it was taking so-o-o long and we decided to switch back to StiWebViewer (without Fx).
At once we were able to display 100 and more pages after switching.
Thanks
Report limitations
Hello,
Please send us the MRT and MDC files for analysis, this would understand why there are slow loading.
Thank you.
Please send us the MRT and MDC files for analysis, this would understand why there are slow loading.
Thank you.
Re: Report limitations
Where is "CacheFolder" located?Vladimir wrote:Hello,
Most likely, you have a problem with a timeout. The default timeout for the WebViewerFx is set to 15 seconds to generate a report. You can extend the timeout by setting the following option:
StiWebViewerFxOptions.Connection.ClientRequestTimeout = 60;
If you want to enable caching, you need to set two properties:
report.ReportCacheMode = StiReportCacheMode.On;
report.ReportCachePath = "CacheFolder";
For the folder "CacheFolder" should be set write permissions for ASP.NET applications.
Thank you.
Because my report have access denied for "CacheFolder"
Re: Report limitations
Hello.
The "CacheFolder" is a folder where there is a read/write permission for ASP.NET application.
Thank you.
The "CacheFolder" is a folder where there is a read/write permission for ASP.NET application.
Thank you.
Re: Report limitations
I mean, the complete path "CacheFolder".
Re: Report limitations
Hello.
Thank you.
You should set the path to any cache folder.fadliwdt wrote:I mean, the complete path "CacheFolder".
Thank you.