cancel
Showing results for 
Search instead for 
Did you mean: 

RAS SDK Scalability

Former Member
0 Kudos

We are planning to develop a reporting application which will create entire report using RAS SDK and display them in DHTML using Viewer SDK. In our application we donu2019t have any physical RPT file stored on Server because application users will design the report through a java user interface and then run it.I want to know what are pros and cons of this approach.

We have around 2000 reports.

Accepted Solutions (0)

Answers (1)

Answers (1)

aasavaribhave
Advisor
Advisor
0 Kudos

RAS SDK has all the functionality to create a crystal report from scratch and you can also view it so there should be no concern. However RAS is not optimized for report viewing so if you have too many concurrent report jobs on RAS or reports with multiple subreports that could cause a performance bottleneck.

Former Member
0 Kudos

Thanks for the response. So what I understand is the Viewer SDK is not optimized to handle many concurrent report jobs on RAS.