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
-
- Posts: 74
- Joined: Sun May 20, 2007 9:14 pm
- Location: Singapore
stiReportweb in VB code
Smile
Chan Kuan Leang
Chan Kuan Leang
stiReportweb in VB code
Please use following code:
If you have any questions regarding using StimulReport.Net please contact us.
Thank you.
Code: Select all
Dim Report As Stimulsoft.Report.StiReport = StiWebReport1.GetReport()
StiWebViewer1.Report = Report
Thank you.
-
- Posts: 74
- Joined: Sun May 20, 2007 9:14 pm
- Location: Singapore
stiReportweb in VB code
Sorry, after testing, I still unable to get it load into the aspx page.Vital wrote:Please use following code:
If you have any questions regarding using StimulReport.Net please contact us.Code: Select all
Dim Report As Stimulsoft.Report.StiReport = StiWebReport1.GetReport() StiWebViewer1.Report = Report
Thank you.
There is an error saying 'GetReport' is not a member of 'Stimulsoft.Report.Web.StiWebViewer'.
Can I know how to solve this?
Thanks
Smile
Chan Kuan Leang
Chan Kuan Leang