How many sections are there in the report
Answers were Sorted based on User's Feedback
Answer / jyothy
There are many sections if we create them by our own,But
basically 5 sections
1.Report Header
2.Page Header
3.Details
4.Report Footer
5.Page Footer
| Is This Answer Correct ? | 26 Yes | 0 No |
Answer / gurudev singh dhirte
Basically there are 5 Sections in the Crystal report:
1.Report Header
2.Page Header
3.Details Section
4.Page Footer
5.Report Footer
Apart from these 5 Sections you can use Group Section if u
want or repeat a section on the change of a Report Field.
-Gurudev Singh Dhirte
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ananya
There are 7 sections.
1)Report header
2)Page header
3)Group header
4)Detail section
5)Group footer
6)Report footer
7)Page footer
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kamalakannan.a
There are several sections.
1)Report header
2)Page header
3)Group header
4)Detail section
5)Report footer
6)Page footer
And also we can create our own sections if necessary.
Kamal
| Is This Answer Correct ? | 6 Yes | 5 No |
Answer / chiru
Report Header
Page Header
Details
Page Footer
Report Footer
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / b.srinivas
Header
Detail
Footer
and
Page Header
Report Header
Page Footer
Report Footer
| Is This Answer Correct ? | 2 Yes | 6 No |
Is there any feature like summing total in crystal report?
I had an Interview yesterday for a Crystal Reports Developer position. Some of these I have not done in my reporting experience and I had just a half day's notice for the interview, hence no prep time :-( 1) Is there a way to be able to change an image(company logo) dynamically in a report? Example if you have 100 reports, and with the market uncertainity if you anticipate that the company logo might change, how can you change the image just in one place and have this reflected in all teh reports at run time? 2) What is a SQL expression? 3) What are field expressions and what are the diff types? (I looked this up in the internet and never found anything with regards to types of field expressions) The interviewer really got me confused as I felt he was not clearly setting forth his questions but it could be that I was unable to understand his wording of the questions. I expect a big zero from his feedback but I am hoping this is an experience for future interviews that I face in crystal reports when I do get some more lined up. Thanks in advance! Anita New Jersey, USA.
What are the advantages or disadvantages of using Crystal Reports in a Windows Forms application as opposed to say rolling our own reports as HTML and displaying them in the Internet Explorer control?
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
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..
Is it possible to export crystal report with linked subreports in one excel sheet?If yes,then how?
Is it possible to join more than one universe in Busniess Objects BOE XI ? If its so Please explain how is that possible ? Thanks in advance for the people posting the answers
how should i highlight a particular column in a report in actuate e designer report? It should be done dynamically while creating report Thanks in advance!!!!!!!!!!
Can anyone help me with an answer to this question? Where is the image located, after you've placed it on the report?
How do you add a subreport to a report in Crystal Reports?
What all performance improvement techniques used in crystal reports? (Particularly cr xi)?
Can we call or add subreport within subreport?
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)