Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi

 

My app pulls Excel and Access data into a datatable for displaying in a (Infragistics) datagrid. I provide functionality for pivoting, grouping and sorting the data on any column, and re-displaying it in the grid.

 

My application doesn't know the format of the data it pulls in - it doesn't know the column names etc or anything about the datasource. the data is loaded in dynamically at run-time.

 

I need to output the grid contents to a simple report. On this report, I must be able to configure:

- multi-line header and footers

- the display format of the data from the table (coloumn widths, grid lines etc)

- possibly insert a jpg picture at the top.

 

What are my options?

 

I have the resources to buy Crystal or some such tool, but don't want something heavier and larger than my needs. And remember the data is dynamic - it might be difficult to create and configure a crystal report on the fly(?).

 

My users all have Excel on their machines - so maybe I could use the Excel Object Model to create a report in Excel?

 

Any ideas anyone?

 

Thanks in advance

 

little

Posted
Well, I don't know what're your best options, but i can tell you, don't use Crystal Reports, I know too many people that is using or used CR and me, and the only thing we get from CR are problems, not worth the effort. Try something like XML with XSL or maybe create your own report using ReportDocument.
Fat kids are harder to kidnap

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...