Can we export data of reports into other format like in
world doc etc?
Answers were Sorted based on User's Feedback
Answer / shiva
yes ..u can..not only in word but also in sevaral formats
like pdf,excel..etc..u can go to file in the menu in that u
have this option
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / vijay yadav
Yes we can export data into word, excel, pdf and other
formats.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / hema
Reports can be exported to a number offormats, such as
spreadsheet, word processor, HTML, ODBC, and common data
interchange formats.
Go to File->Export. There are two sub menus, Export
Report,Report Export Options.
This can be achievable through coding.
ExportDestinationType eExportDestinationType =
ExportDestinationType.DiskFile;
ExportFormatType eExportFormatType =
ExportFormatType.PortableDocFormat;
ExportOptions eExportOptions =
ExportOptions.CreateDiskFileDestinationOptions;
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / arvind gupta
Yes through Export.Dll , during privew section
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / kamalakannan.a
Sure.We can save the crystal report as many formats.There
are .Doc,,xsl,.pdf and etc.
The sample code i used in my project is given below.
case "pdf":
{
//setting disk file name
crDiskFileDestinationOptions.DiskFileName =
ExportPath + filename;
//setting destination type in our case
disk file
crExportOptions.DestinationOptions =
crDiskFileDestinationOptions;
//setting export format type
crExportOptions.ExportDestinationType =
ExportDestinationType.DiskFile;
//setting previously defined
destination opions to our input report document
crExportOptions.ExportFormatType =
ExportFormatType.PortableDocFormat;
break;
}
case "xls":
{
//setting disk file name
crDiskFileDestinationOptions.DiskFileName =
ExportPath + filename;
//setting destination type in our case
disk file
crExportOptions.ExportDestinationType =
ExportDestinationType.DiskFile;
//setting export format type
crExportOptions.ExportFormatType =
ExportFormatType.Excel;
//setting previously defined
destination opions to our input report document
crExportOptions.DestinationOptions =
crDiskFileDestinationOptions;
break;
}
Kamal...
| Is This Answer Correct ? | 1 Yes | 3 No |
What are Crystal Reports and Crystal Reports Explorer?
Suppose I am not able to see any image on crystal report at run time. So how can I load any image which is saved in local disk so that it can be viewed at runtime in crystal reports?
reporter footer contents are move depend the page footer values...........
Can anyone help me with an answer to this question? Where is the image located, after you've placed it on the report?
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!!!!!!!!!!
I am not able to see any image on Crystal Report at Run time. So how can I load any image which is saved in local disk so that it can be viewed at Runtime in Crystal reports?
Reports can be optimized for web viewing using which of the following strategies: a. Using subreports instead of linking tables b. Avoiding maps c. Using the Page N of M special field to help users understand how many pages are in the report d. Saving reports as version 10 e. Avoiding reports with drill-down capabilities
hi...to all i want to generate the two crystal reports one is employee and another is project. now i want to display the two reorts in a single crystal report viewer. i've tried using sub-reports but the page header is not avaliable in a sub reports.. so i want to display two separate crystalreports in a single viewer.. can anybody help me.. plz
How to conditionally suppress a field based on whether a page number is odd or even?
How do you format your crystal reports so that on exporting to word doc or pdf it will not lose the orginal format
How many Sub Reports added in One MainReport?
4 Answers Amadeus, Aviva, CTS, Patni, Welkin,
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)