New Posts New Posts RSS Feed: How to show report?
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

How to show report?

 Post Reply Post Reply
Author
rkbnair View Drop Down
Newbie
Newbie


Joined: 03-Jul-2011
Location: asdf
Posts: 1
Post Options Post Options   Quote rkbnair Quote  Post ReplyReply Direct Link To This Post Topic: How to show report?
    Posted: 03-Jul-2011 at 12:45pm
What piece is missing from the below listed code to bring/show the report on the web page?
It accepts the commands successfuly, but my report is never shown on the screen.
Thanks !
 
XtraReport1 dexrpt = new XtraReport1();

dexrpt.DataSource = dt;

this.ReportViewerDevExpress.Report = dexrpt;

this.ReportViewerDevExpress.ReportName = "XtraReport1";

this.ReportViewerDevExpress.DataBind();

Back to Top
smi-mark View Drop Down
DevForce MVP
DevForce MVP
Avatar

Joined: 24-Feb-2009
Location: Dallas, Texas
Posts: 343
Post Options Post Options   Quote smi-mark Quote  Post ReplyReply Direct Link To This Post Posted: 04-Jul-2011 at 5:41pm
This is a question for DevExpress not IdeaBlade. http://www.devexpress.com/
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down