ASP.NET reporting question

Stimulsoft Reports.NET discussion
Post Reply
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

ASP.NET reporting question

Post by fkmfkm »

Hi,

I havent been using Stimulsoft Report for some time already. I have notice some inprovement on the documents. Very good.


Now I have some question.

I used to design reports in my aspx pages as StiWebReport. I notice in the PDF manual, there is nothing about this StiWebReport. Is this method not recommended anymore ?


What is the easiest way to design and show a report in a asp.net application. I used to do this method..

rep.LoadPackedDocumentFromString(Session(STIMUL_REPORT))
Stimulsoft.Report.Web.StiReportResponse.ResponseAsPdf(Page, rep, False)

I there a better way now ?

Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

ASP.NET reporting question

Post by Vladimir »

Hello,

The StiWebReport Component designed to store the StiReport object on ASP.NET page.

The best way to display the reports on an ASP.NET page is the WebViewer component. If you want to display the report as a PDF - then your code is correct and most simple.

Thank you.
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

ASP.NET reporting question

Post by fkmfkm »

Ok Thank you very much.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

ASP.NET reporting question

Post by Andrew »

Always glad to help you!
Post Reply