How do you format your crystal reports so that on exporting
to word doc or pdf it will not lose the orginal format

Answers were Sorted based on User's Feedback



How do you format your crystal reports so that on exporting to word doc or pdf it will not lose th..

Answer / mahesh

The export option is tricky option. If you are using Word as
target use RTF word version makes the report differant. The
filed values might be missing if the hight of field is less
than height of font. No error is generated in the previous
case. The PDF generator is fairly good.

If provided a choice RPT is the best option for export. RPT
will save data with report, user will be able to drill down
if needed and user can export to any format if he/she
changes mind.

It's best to do few tryals & verify.

Is This Answer Correct ?    7 Yes 2 No

How do you format your crystal reports so that on exporting to word doc or pdf it will not lose th..

Answer / sukhveer rai

Should be careful with boxes if used and if layout is
landscape and you have data till the right corner of the
report. Sometimes Preview tab may show you correctly
formatted but when you export it may differ. Just have to
make sure that all your fields are well inside the report
layout.

Is This Answer Correct ?    3 Yes 3 No

How do you format your crystal reports so that on exporting to word doc or pdf it will not lose th..

Answer / a lewis

Exact exports are exports that preserve the layout and
formatting of objects in the exported document. The
exported document looks almost identical to the display on
the Preview tab of the report being exported. Adobe Format
(PDF), Rich Text Format, MS Word, and HTML are exact
exports.

Is This Answer Correct ?    3 Yes 9 No

Post New Answer

More Crystal Reports Interview Questions

to ensure that all of the data from a field is displayed in a report text object you should do which of the following?? a) use the format wizard b) size the text object manually c) select the auto format option for the text object d) select the can grow option for the text object e) set the can grow option to the details section of the report

2 Answers  


Can we add any database field once we have chosen ?Close? button?

2 Answers  


Explain the various components in crystal reports?

0 Answers  


Where can we find the log file generated when we run a crystal report?

0 Answers  


I have a crystal report with a linked subreport as well. is there any way not to print the current record on the main report if no records are returned from the subreport? thanks you email - stanlte@yahoo.com

3 Answers  






How many .rpt files are be there in a main report having 2 sub reports?

17 Answers   Accenture, Cap Gemini, CTS,


What are Crystal Reports and Crystal Reports Explorer?

1 Answers  


How to add Crystal Reports(Standalone) to my VB.NET project

2 Answers  


How to refresh the crystal report from the application ?

6 Answers   Satyam,


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  


I am not able to see any image on Crystal Report at Run time. So how can I load any image which is saved in local disk so that it can be viewed at Runtime in Crystal reports?

5 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  


Categories