Are there any limitations in crystal reports?
Answers were Sorted based on User's Feedback
Answer / shell_l_d
Reply to Answer 13: Paul Marks...
I'd like to know this too. Using CR9 & as soon as I insert a
detail section 13 the report will not autorefresh (when run
in an exe). Works fine with 12 (detail) sections.???
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rishi
You cannot transpose the resultset. i.e. it always reads vertically, never horizontally.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nilesh ajmere
Exporting to Excel in MultiTab is not possible.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / karthi
1) You cannot change the format of the date field used in
parameter
2) You cannot insert sub report into another sub report
3) You cannot export the report to PDF with group ( it is
introduced in Crystal Reports 11 R2)
4) There is no option to save the report in previous
versions
| Is This Answer Correct ? | 6 Yes | 8 No |
Answer / chandrasen
Limt of tables
I have near about 13000+ tables which are created at runtime
I cannot select these tables.I think there is a limit near
about 8500
| Is This Answer Correct ? | 3 Yes | 6 No |
Answer / nisha
Reply to Answer 11.
When u export to excel, then u can see that the formatting
is lost
| Is This Answer Correct ? | 1 Yes | 5 No |
hi ... i've created one crystal report in windows form and one crystalreportviewer .. the following is my code.. in form1.cs file try { ExportOptions CrExportOptions; DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions(); PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions(); CrDiskFileDestinationOptions.DiskFileName = "c:\\csharp.net- informations.pdf"; CrExportOptions = cryRpt.ExportOptions; { CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat; CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions; CrExportOptions.FormatOptions = CrFormatTypeOptions; } cryRpt.Export(); } the above code is saving the file into pdf into specified path.. but i dont want to save a file i should get direct print preview and have a option to print .. As we do in web application using crystal report viewer clicking print and report will be opened in pdf.. and the click print.. i want the same function as we do in web application... i'm writing code in c#.net hope the above explaination will be understood clearly..
Can we use our own SQL for creating a report?
Can anyone help me with an answer to this question? Where is the image located, after you've placed it on the report?
Does Crystal Report support all the functions that we have in Oracle?
2 Answers MPS Techologies, Target,
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..
Can we call or add subreport within subreport?
Can we use Crystal report as a stand-alone application?
What are the sections that we have in Crystal reports?
Is there a way to export the report formulas, like totals to excel?
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. Can anybody answer this please....... Regards Vimal.
Is there any feature like summing total in crystal report?
Can we export data of reports into other format like in world doc etc?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)