StiWebViewer problem when show report

Stimulsoft Reports.WEB discussion
Post Reply
masoodtav
Posts: 1
Joined: Tue Aug 11, 2015 11:18 am

StiWebViewer problem when show report

Post by masoodtav »

Hi
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
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? :(
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: StiWebViewer problem when show report

Post by HighAley »

Hello.

We need to see your report to help you.
Could you send a screen-shot of your report to support@stimulsoft.com?

Thank you.
Post Reply