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
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 |
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 |
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 |
hi.. i've one crystal report. i want the report header as "employee database". i dont want to right click->insert and goto text object and insert. i've one aspx page and aspx.cs page also. now i want the "employee database" header to be printed from .cs file. i dont want to pass by parameter also.. i.e is there any option in .cs file something like ReportDocument myreport = new ReportDocument(); myreport.Load(MapPath("~/" + "emp.rpt")); myReport.Reportheader="Employee database"; i hope u have understood this. only thing is from .cs file i want to print the header as employee database. i dont want by passing parameter also... please help....
Where can we find the log file generated when we run a crystal report?
How to present data from Crystal Reports on to form?
Can we add any database field once we have chosen ?Close? button?
Is there a way to export the report formulas, like totals to excel?
How many sub-reports can report can have?
How do we connect to the database?
Is there a way to export a report definition without writing code?
Is it possible to export crystal report with linked subreports in one excel sheet?If yes,then how?
What does it mean when we get the error message "Invalid report version" when try to open a Crystal Report?
Can we call or add subreport within subreport?
How to open subreport in new ie window using hyperlink button. I used target=new; in the formula field. But it overrides the main window and show the report?