Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
P

prajeesh 0

@prajeesh 0
About
Posts
7
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to export images to Excel
    P prajeesh 0

    Is there any way to export Images to Excel using C#? Could you please explain

    C# csharp tools tutorial question

  • How to export images to Excel
    P prajeesh 0

    How can i export .png images to an Excel sheet, is it possible only through some tools or can i do it with C#

    C# csharp tools tutorial question

  • Exporting Cystal Report to Excel
    P prajeesh 0

    Yes this is what exactly i was looking for, this works fine thank you very much for your quick response. So far i have used the report document objects Export methode, may be because of that it didnt work.

    modified on Wednesday, April 15, 2009 1:31 AM

    C#

  • Exporting Cystal Report to Excel
    P prajeesh 0

    Thank for your quick response, But for me graph is coming properly in crystal report but it is not exported to Excel sheet.

    C#

  • Exporting Cystal Report to Excel
    P prajeesh 0

    But i have tried it by putting a button in the same page and try to generate it after the graph is generated in the crystal Report. Only an area of lines are coming in place of Graphs.

    C#

  • Exporting Cystal Report to Excel
    P prajeesh 0

    But i need to code it bcos, without opening the cystal report page i want it to be exported to Excel sheet..I have coded it but i am not getting the Charts to be exported to Excel.

    C#

  • Exporting Cystal Report to Excel
    P prajeesh 0

    Hi How can i export a crystal Report containing Bar Charts to Excel and Pdf files. When i try to Export my Report with the following code All other things except Bar chart is geting exported. ReportDocument rptExcel=new ReportDocument(); String strExportFile= "D:\\CareMapRelease03-03-09\\WpfCareMap on iq42\\WpfApplication1\\bad.xls"; rptExcel.Load("D:\\CareMapRelease03-03-09\\WpfCareMap on iq42\\WpfApplication1\\CrystalReport1.rpt"); rptExcel.ExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; rptExcel.ExportOptions.ExportFormatType = ExportFormatType.Excel; DiskFileDestinationOptions objOptions=new DiskFileDestinationOptions(); objOptions.DiskFileName = strExportFile; rptExcel.ExportOptions.DestinationOptions = objOptions; rptExcel.Export(); Thanks & Regards Prajeesh

    C#
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups