Reports can be optimized for web viewing using which of the
following strategies:
a. Using subreports instead of linking tables
b. Avoiding maps
c. Using the Page N of M special field to help users
understand how many pages
are in the report
d. Saving reports as version 10
e. Avoiding reports with drill-down capabilities

Answers were Sorted based on User's Feedback



Reports can be optimized for web viewing using which of the following strategies: a. Using subrep..

Answer / sridhar

Ans-a), we can have on-demand sub report and load data as
per user selection instead of bring all the records every
time with table linking.

Is This Answer Correct ?    3 Yes 0 No

Reports can be optimized for web viewing using which of the following strategies: a. Using subrep..

Answer / rahul

a. Using subreports instead of linking tables
(No Because sub report always decrease Performance.)

b. Avoiding maps
(Yes)

c. Using the Page N of M special field to help users
understand how many pages are in the report
(No)
d. Saving reports as version 10
(No)
e. Avoiding reports with drill-down capabilities
(No Drill Down Always Increase Performance)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Crystal Reports Interview Questions

HI all, I am developing reports using crystal reports in VS2005 in windows application. I have two crystalreports name called "studentReport" and "familyReport". I have a form with a button. If I click the button I need to show up the two reports in one report like page1, and page2. The page1 consists the "studentReport" and the page2 contains the "familyReport". The "familyReport" contains different header and footer. How to show up the two crystal reports in single crystalreportviewer?

2 Answers  


hi.. i've created one crystal report. and one global resource file .. in crystal report there's one text object with id Text1. and i want to take the values of resource file i've got it CrystalDecisions.CrystalReports.Engine.TextObject Dtemp1 = ((CrystalDecisions.CrystalReports.Engine.TextObject)myreport .ReportDefinition.Sections["section1"].ReportObjects["Text1" ]); Dtemp1.Text = Resources.Resource.ResourceManager.GetString("Dsec1"); it is showing the correct value want i want but when i give print it is disappearing.. how to solve this please help me..

0 Answers  


Can we create report using more than one database?

3 Answers   CSC, Seed Infotech, Target,


How many Sub Reports added in One MainReport?

4 Answers   Amadeus, Aviva, CTS, Patni, Welkin,


If we create reports in Crystal Reports using the UCAR Data Warehouse database, which tables should be used?

0 Answers   IBM,






Can we call or add subreport within subreport?

10 Answers  


One more interview question If I have the data where some columns have multiple values in a given row of data returned from the database. The stored procedure returns data as it is that is blanks values and non blank values. However, I need to suppress the blank values not by showing 0 values but by shifting the cells up. Is there a way using a formula to shift the blank cell one row up based on a selection critieria? In the example below, I want to get rid of the blank values under Exposure column without replacing with 0. example: Company Margin Exposure AB 500 3 10 7 8 ABC 200 4 2 5 10 Thanks Anita

5 Answers   Barclays,


How to refresh the crystal report from the application ?

6 Answers   Satyam,


Can we use Crystal report as a stand-alone application?

4 Answers   Covansys,


Can anyone help me with an answer to this question? Where is the image located, after you've placed it on the report?

2 Answers  


Reports can be optimized for web viewing using which of the following strategies: a. Using subreports instead of linking tables b. Avoiding maps c. Using the Page N of M special field to help users understand how many pages are in the report d. Saving reports as version 10 e. Avoiding reports with drill-down capabilities

2 Answers  


hi... i've two crystal reports one is in D: drive name employee.rpt with 5 textobject and another report is in E: drive name employee.rpt with 15 textobject... now i want to write a program to overwrite the D drives report with E drives reports i.e i want to replace the 5 textobject with 15 textobject.. overwriting the reports while it is executing .. is there any code for it please help me.. its urgent..

0 Answers  


Categories