Hi,
I am using Interactiveviewer for displaying reports. There is no problem in displaying the report. But if the report has more than one page, the page navigation is almost taking time as equivalent as reloading the report. All the buttons in the toolbar behaves the same way.
Can you please tell me how to solve the problem.
Do I need to change server settings or any changes in my customized csp file.
Here is the source code for loading Viewer
' Code for CrstalInteractiveViewer
set IStore = Session("IStore"
ID = CInt(Request.QueryString("sReportId"
)
Set reportFactory = iStore.EnterpriseSession.Service ("", "PSReportFactory"
Set reportSource = reportFactory.OpenReportSource(ID)
With Viewer
.ReportSource = ReportSource
End With
Thanks in advance
Mary
I am using Interactiveviewer for displaying reports. There is no problem in displaying the report. But if the report has more than one page, the page navigation is almost taking time as equivalent as reloading the report. All the buttons in the toolbar behaves the same way.
Can you please tell me how to solve the problem.
Do I need to change server settings or any changes in my customized csp file.
Here is the source code for loading Viewer
' Code for CrstalInteractiveViewer
set IStore = Session("IStore"
ID = CInt(Request.QueryString("sReportId"
Set reportFactory = iStore.EnterpriseSession.Service ("", "PSReportFactory"
Set reportSource = reportFactory.OpenReportSource(ID)
With Viewer
.ReportSource = ReportSource
End With
Thanks in advance
Mary