Code: Select all
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim report As Stimulsoft.Report.StiReport = StiWebReport1.GetReport
StiWebViewer1.Report = report
End Sub
Code: Select all
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim report As Stimulsoft.Report.StiReport = StiWebReport1.GetReport
StiWebViewer1.Report = report
End Sub