Asp.net reports in the pivot table

B

Brajesh Jain

Hello,

we r making a three tier application in which front end is Asp.net. In
application we r supposed to show some reports. previously we were
showing those reports in the excel and for that we were binding our
dataset to datagrid contol on a web page and after that we were
changing the content type of the page to excel, so reports were coming
in excel.

this.EnableViewState = false;
Response.Clear();
Response.ClearContent();
Response.ContentType = "application/vnd.ms-excel" ;

But now client wants those reports in the pivot table. can anybody
help in that, because i m not sure that as by changing the content
type of the reports were coming in excel similar way we can show in
pivot tables also or we have to do it some other way.

Thanks & regards,
Brajesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top