What are the sections that we have in Crystal reports?
Answers were Sorted based on User's Feedback
Answer / rahul
1. report header
2. report footer
3. page header
4. page footer
5. details
| Is This Answer Correct ? | 30 Yes | 3 No |
Answer / mlmcc
You can also have groups with a header and footer.
It is also possible to have multiple sections for any of
the sections. For instance Details A and Details B
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / vijay yadav
Report header, page header, details section, page footer,
report footer
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / anurag gupta
Possibly 5 sections are there in crystal reports.
These are :
1.Report Header
2.Page Header
3.Details
1. Detail A
2. Detail B and many more
4.Page footer
5.Report footer
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / senthil arumugam
1. report header
2. report footer
3. page header
4. page footer
5. details
and
group header and group footer also avail
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / niyaz ahmad
The sections that we have in crystal reports are
1.Report Header
2.Page Header
3.Details
4.report footer
5.Page footer
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / reva
The sections that we have in crystal reports are
Report Header
Page Header
Details
Group Header(optional)
Group Footer(optional)
Report Footer
Page Footer
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / arvind gupta
Report Header
Page Header
Details
report footer
Page footer
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / amit agrawal
The sections that we have in crystal reports are
1.Report Header
2.Page Header
3.Group Header
4.Details
5.Group Footer
6.report footer
7.Page footer
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / shaik javeed
In crystal reports Possibly 5 sections are there .
These are :
1.Report Header
2.Page Header
3.Details
(a).Detail A
(b).Detail B and many more
4.Page footer
5.Report footer
| Is This Answer Correct ? | 1 Yes | 0 No |
Where can we find the log file genertaed when we run a crystal report?
Is there a way to export a report definition without writing code?
Explain the various components in crystal reports?
Can we call or add subreport within subreport?
Can we use our own SQL for creating a 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..
How to refresh the crystal report from the application ?
How many Sub Reports added in One MainReport?
4 Answers Amadeus, Aviva, CTS, Patni, Welkin,
How can we improve the performance of a crystal report?
Is there a way to export the report formulas, like totals to excel?
What does it mean when we get the error message "Invalid report version" when try to open a 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)