View report blank for a second time

Stimulsoft Reports.NET discussion
Post Reply
Mehrdad
Posts: 6
Joined: Thu Dec 30, 2010 7:55 pm
Location: Iran

View report blank for a second time

Post by Mehrdad »

Hi
My report I use the following code:

Code: Select all

        Dim dap As SqlDataAdapter = New SqlDataAdapter(mysqlquery, Conn)
        Dim dst As DataSet = New DataSet
        Conn.Open()
        dap.Fill(dst, "helpingPeople")
        Conn.Close()
        StiReport1.RegData(dst)
        StiReport1.Render()
        StiReport1.Show()

But with this code, only once the report is ready. When I view the report close the window, the next time the report is empty.
How do I solve the problem?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

View report blank for a second time

Post by Alex K. »

Hello,

We couldn't reproduce this bug.
Please send us your .MRT file with database for analysis.

Thank you.
Post Reply