Click here to Skip to main content
15,881,861 members
Articles / Web Development / ASP.NET

Creating Excel Report in DevExpress XAF

Rate me:
Please Sign up or sign in to vote.
4.67/5 (3 votes)
22 Jan 2014CPOL3 min read 27K   11  
Using excel reporting in DevExpress

This article appears in the Third Party Products and Tools section. Articles in this section are for the members only and must not be used to promote or advertise products in any way, shape or form. Please report any spam or advertising.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Pode Croject
South Africa South Africa
Life(bool alive){
if (alive) Continue;
Learn();}


WriteProgram(bool possible){
bool errorFreeCode;
if (possible || !possible) errorFreeCode = false;
else errorFreeCode = true;}


And always remember!
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
(Martin Golding)

Just a proof note for David and Carel

Comments and Discussions