StiWebViewer problem when show report
Posted: Tue Aug 11, 2015 11:27 am
Hi
I Create a report in Designer and want to show It in StiWebViewer. I use this code:
When I use preview in Desiger all thing is good. But when I add and use It in my web application It show mistake!! Like: I use textbox with transparent background but I see It with white background in asp page!!!!!
why?
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 = Truewhy?