web view

Stimulsoft Reports.NET discussion
Post Reply
juance
Posts: 1
Joined: Fri Mar 02, 2007 12:25 pm
Location: Argentina

web view

Post by juance »

How can view a report in a web page.
I work with VS2005

my routine is this

Protected Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If Not Me.StiWebViewer1.IsImageRequest Then
st1.GetReport.Load("C:\StiReport12.mrt")
view.Report = st1.GetReport()
view.Report.Show()
End If

Why can`t view the report

Thanks in Advance

John
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

web view

Post by Vital »

Please remove this line of code:

Code: Select all

view.Report.Show()
For also you need set property UseCache of StiWebViewer to true.

Thank you.
Post Reply