I Create a report in Designer and want to show It in StiWebViewer. I use this code:
Code: Select all
Dim Report As New StiReport
Report.Load(Server.MapPath("Reports/Bill.mrt"))
Report.Compile()
Report.RegData("", FillDataForBill(Report))
StiWebViewerToll.Report = Report
StiWebViewerToll.Visible = True
why?
