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 ?
ASP.NET reporting question
ASP.NET reporting question
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.
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.
ASP.NET reporting question
Ok Thank you very much.
ASP.NET reporting question
Always glad to help you!