Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem in page navigation

Status
Not open for further replies.

mary2003

Programmer
Jun 4, 2003
11
0
0
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top