c# - Report generator options for a Winforms app? -


i’m selecting report generator .net winforms app , it’s driving me crazy. i’m not familiar @ report generators so…

does knows of report generator that:

1.- easy deploy in relation main app

a. (least, least, least desirable) have separate scriptable/silent installer (i can make app installer call report generator installer)

b. (i can live this) have “integrable” installer (an integrated installer both app , report generator can made easily)

c. (most desirable) clickonce/xcopy installation possible (no installer @ all!!! yay!!!!).

2.- scriptable degree:

a. (i can live this) possible change properties (image sources, colors, visibility, widths, etc.) @ runtime?

b. (most desirable) possible –in addition previous item- add/remove elements report @ runtime?

3.- self-adjusts when resize page:

a. (least desirable) have manually resize things dynamically accessing report structures (related 2a)

b. (most desirable) report , elements adjust automatically available canvas/paper size (as html pages do, using percentages)

4.- size of individual elements in report grows/shrinks in accordance content displayed inside (elements grid’s columns):

a. (least desirable) element grows vertically accommodate bigger content (no clipping).

b. size of elements can self-adjusting content (like <div> element). columns in grid example should grow/shrink according content (as in html <table> element without columns widths)

5.- should possible export report @ least excel , pdf.

6.- report viewer should support languages other english.

i don’t know if needs unrealistic, report generators not thing, i’m @ loss here.

anyone experience on field can give me pointer in right direction me investigate?

we use devexpress' xtrareports works in winforms, asp.net, wpf , silverlight. featured , should capable of if not of wanting. find out more here:

http://devexpress.com/products/net/reporting/


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -