How to print two details fields at the bottom of the page
Answers were Sorted based on User's Feedback
Answer / ravi shanker pandey
Hi Ravi here
1. First you create two detail section in your report.
a. Detail a
b. Detail b
add fields in both the Detail section. You can create detail
section by Right clicking on the Gray part of the detail
section. From the drop down Click on the "Insert section
below" . A new "detail b" will be shown.
2. Right on the Detail section of the Design view in the
report. Select "Section Expert" .
3. Section Expert diaog box will open. Click on the Detail a
and Detail b. On the common tab check the " Print on the
bottom of the page" check box.
| Is This Answer Correct ? | 20 Yes | 3 No |
Answer / sanjay
Add a new Details section to the report and place the two
fields in it and by selecting the format option for this
Details1 section you can find the option like Print at bottom
of the page
| Is This Answer Correct ? | 16 Yes | 5 No |
Answer / santhosh
Actually by selecting the option "Print at the bottom of the
page" for details section, doesn't make any difference, But
this option comes handy for groups. Where you can include
the value of the group at the bottom of the page to
determine the details are related to that group.
| Is This Answer Correct ? | 4 Yes | 0 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..
How many types of reports can be generated in crystal reports?
7 Answers Finite Infotech, Precision Techconet, VMware, winfoware,
How to present data from Crystal Reports on to form?
How to pass stored Procedure Parameters to the report?
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 uncertainty 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 the reports at run time?
How do we connect to the database?
How do you add a subreport to a report in Crystal Reports?
hi.. i've created a crystal report and one crystal report viewer in windows form. i've two form form1 and form2 in form2 i've kept one button called print. when i press this button it should print the document into .pdf format. without using the crystal report viewers print button.
Are there any limitations in crystal reports?
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?
How to "Print" in Crystal Reports while using ASP DOT NET Platform?
How can we improve the performance of a crystal report?
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)