Page 1 of 1

stiReportweb in VB code

Posted: Wed May 23, 2007 12:52 pm
by Chan Kuan Leang
Hi,

Can someone teach me how to create stiReportWeb with VB code in the page_load in aspx form?
I had been trying to view a report, but I cannot.

In the flash tutorial, it is in C# which I am not able to understand well.

Thank you.

stiReportweb in VB code

Posted: Wed May 23, 2007 1:49 pm
by Vital
Please use following code:

Code: Select all

Dim Report As Stimulsoft.Report.StiReport = StiWebReport1.GetReport()
StiWebViewer1.Report = Report
If you have any questions regarding using StimulReport.Net please contact us.

Thank you.

stiReportweb in VB code

Posted: Fri May 25, 2007 3:26 am
by Chan Kuan Leang
Vital wrote:Please use following code:

Code: Select all

Dim Report As Stimulsoft.Report.StiReport = StiWebReport1.GetReport()
StiWebViewer1.Report = Report
If you have any questions regarding using StimulReport.Net please contact us.

Thank you.
Sorry, after testing, I still unable to get it load into the aspx page.
There is an error saying 'GetReport' is not a member of 'Stimulsoft.Report.Web.StiWebViewer'.

Can I know how to solve this?

Thanks