shahid Aleem
Top achievements
Rank 1
shahid Aleem
asked on 07 Aug 2010, 11:21 AM
Hello all,
i am getting the above error when working with master pages. I have created separate project reports and when i try to display the report on report viewer which is on my User Control i am getting the following error.
Report is unavailable or session has expired.
Please, refresh the page.
the same when iam trying without Master Pages iam getting the result.
This is how i set Session in my webConfig
<sessionState mode="InProc" timeout="60">
</sessionState>
please reply me regarding this as soon as possible.
Thanks.
i am getting the above error when working with master pages. I have created separate project reports and when i try to display the report on report viewer which is on my User Control i am getting the following error.
Report is unavailable or session has expired.
Please, refresh the page.
the same when iam trying without Master Pages iam getting the result.
This is how i set Session in my webConfig
<sessionState mode="InProc" timeout="60">
</sessionState>
please reply me regarding this as soon as possible.
Thanks.
9 Answers, 1 is accepted
0
Accepted
Hi shahid Aleem,
Please review the following KB article that lists the known reasons for this error and what you should check to address it: Report is unavailable or session has expired error message.
Kind regards,
Steve
the Telerik team
Please review the following KB article that lists the known reasons for this error and what you should check to address it: Report is unavailable or session has expired error message.
Kind regards,
Steve
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
shahid Aleem
Top achievements
Rank 1
answered on 09 Aug 2010, 01:33 PM
Thanks i have solved yesterday after reading the following KB article
0
Swetha
Top achievements
Rank 1
answered on 04 Jun 2013, 03:21 PM
Hi Shahid,
I have the same error for the reports with graphs and images but nothing in the article is helping me.
How could you solve your problem? what was the fix you did?
I have the same error for the reports with graphs and images but nothing in the article is helping me.
How could you solve your problem? what was the fix you did?
0
shahid Aleem
Top achievements
Rank 1
answered on 04 Jun 2013, 04:05 PM
hello swetha,
try this, goto properties of chart and make the usesession="false"..
Thanks
try this, goto properties of chart and make the usesession="false"..
Thanks
0
Swetha
Top achievements
Rank 1
answered on 04 Jun 2013, 06:10 PM
Thanks Shahid. But could you please let us know what was the chart you were telling us about? we could not able to find the usesession property for the report.
Between what version of telerik you are using? We are using 4.0.10.317 telerik report module.
Thanks
Swetha
Between what version of telerik you are using? We are using 4.0.10.317 telerik report module.
Thanks
Swetha
0
Swetha
Top achievements
Rank 1
answered on 07 Jun 2013, 03:39 PM
Hello Telerik Team,
Can you please let us know how could i find the UseSession property of a chart control? I dont find it for my chart control.
Can you please let us know how could i find the UseSession property of a chart control? I dont find it for my chart control.
0
shahid Aleem
Top achievements
Rank 1
answered on 07 Jun 2013, 04:27 PM
hello swetha,
make sure this is kind of setting you have in your webconfig.
<system.web>
<sessionState mode="InProc" timeout="60">
</sessionState>
<pages enableSessionState="true" >
<controls>
Thanks...
it was long time i did this so i am not sure what exactly i did.
make sure this is kind of setting you have in your webconfig.
<system.web>
<sessionState mode="InProc" timeout="60">
</sessionState>
<pages enableSessionState="true" >
<controls>
Thanks...
it was long time i did this so i am not sure what exactly i did.
0
Swetha
Top achievements
Rank 1
answered on 07 Jun 2013, 05:53 PM
Hello Telerik Team,
Can you please let us know how could i find the UseSession property of a chart control? I dont find it for my chart control
Can you please let us know how could i find the UseSession property of a chart control? I dont find it for my chart control
0
Hello Swetha,
The Chart item in Telerik Reporting does not have such a property.
Test again the suggested solutions in the Report is unavailable or session has expired error message KB article. Note as well, that in a web farm scenario, you have to use an out-proc session.
If none of the above suggestions helps, please open a support ticket and send us a runnable sample project and additional information in what situation you get the exception.
Regards,
Stef
Telerik
The Chart item in Telerik Reporting does not have such a property.
Test again the suggested solutions in the Report is unavailable or session has expired error message KB article. Note as well, that in a web farm scenario, you have to use an out-proc session.
If none of the above suggestions helps, please open a support ticket and send us a runnable sample project and additional information in what situation you get the exception.
Regards,
Stef
Telerik
Have you tried the new visualization options in Telerik Reporting Q1 2013? You can get them from your account.