Print Page | Close Window

How to show report?

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2809
Printed Date: 01-May-2025 at 8:43pm


Topic: How to show report?
Posted By: rkbnair
Subject: How to show report?
Date 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();




Replies:
Posted By: smi-mark
Date Posted: 04-Jul-2011 at 5:41pm
This is a question for DevExpress not IdeaBlade. http://www.devexpress.com/



Print Page | Close Window