Can we export data of reports into other format like in
world doc etc?

Answers were Sorted based on User's Feedback



Can we export data of reports into other format like in world doc etc?..

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

Can we export data of reports into other format like in world doc etc?..

Answer / vijay yadav

Yes we can export data into word, excel, pdf and other
formats.

Is This Answer Correct ?    1 Yes 1 No

Can we export data of reports into other format like in world doc etc?..

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

Can we export data of reports into other format like in world doc etc?..

Answer / arvind gupta

Yes through Export.Dll , during privew section

Is This Answer Correct ?    0 Yes 1 No

Can we export data of reports into other format like in world doc etc?..

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

Post New Answer

More Crystal Reports Interview Questions

Explain the various components in crystal reports?

0 Answers  


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

1 Answers  


Is there a way to export a report definition without writing code?

2 Answers  


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?

0 Answers  


reporter footer contents are move depend the page footer values...........

2 Answers  






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?

0 Answers  


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.

1 Answers   GRV India, Patni,


how can we convert crystal dictionary dc5 file to another datasource format like mdb or xml schema

0 Answers   CSC,


Kindly Help for this Below Scenario, I am going to implement Power BI into our internal software. I’m familiar with the fact that each user can pay $9.99 a month to build and view reports but what I need to know is how can we embed Power BI into our application so that any users that log into our application can see the reports without the monthly fee. I’ve researched enough that it can be done. What I am not familiar with is how to do it or the pricing of embedding it into an application. I think they do pricing on how many renders you do or something. Would you be able to look into how we could embed it into our software and the cost?

0 Answers   Cognizant,


What all performance improvement techniques used in crystal reports? (Particularly cr xi)?

0 Answers  


How many sections are there in the report

6 Answers  


How can we improve the performance of a crystal report?

0 Answers  


Categories