Print Page | Close Window

How to use DevForce with DevExpress XtraReport designer?

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2009
Forum Discription: For .NET 3.5
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1550
Printed Date: 26-Apr-2024 at 12:20am


Topic: How to use DevForce with DevExpress XtraReport designer?
Posted By: Suah
Subject: How to use DevForce with DevExpress XtraReport designer?
Date Posted: 08-Nov-2009 at 11:02pm
Hi,
XtraReport designer can use a SqlDataAdapter configured with a stored procedure and SelectCommand parameters, than generate a DataSet from the SqlDataAdapter and assign it to the report designer, so in the designer you can drag and drop the fields you want onto the the page and preview the live data.
I can assign a entity query to the report page's DataSource at runtime, but this require me to draw print links manually in the code and can't preview the result at design time.
How can I use DevForce with the DevExpress XtraReport designer (replace the SqlDataAdapter,connection string etc)?

Regards,





Replies:
Posted By: GregD
Date Posted: 10-Nov-2009 at 2:05pm
This is really a question for Developers Express: how to use their XtraReport report designer with an object model rather than a DataSet source.  It used not to be possible, but that was a couple of years ago, and as common as object models are now, they may have forged a solution.

This might be a place to start:

http://search.devexpress.com/?q=xtrareports+entity+framework&p=T0%7CP0%7C0 - http://search.devexpress.com/?q=xtrareports+entity+framework&p=T0|P0|0




Posted By: Suah
Date Posted: 10-Nov-2009 at 3:59pm
Thanks, I'll have a try and post back.


Posted By: DataMan
Date Posted: 10-May-2010 at 2:55pm
Hi there,  I've done reporting with the DevForce Classic tool and devexpress reports and now that I'm starting a Silverlight application I'll let you know if this works in a few weeks.



Print Page | Close Window