Report in blank

Stimulsoft Reports.NET discussion
Post Reply
joseluis.vi
Posts: 2
Joined: Fri Nov 18, 2016 12:26 am

Report in blank

Post by joseluis.vi »

I just created a Report with Headerband and Databand linked with DataTable.

When I execute the report shows nothing, one page blank.

Code: Select all

  With Rpt_Order  '---> StiReport
                    .Dictionary.Clear()
                    .RegData(oOrders.dtPrintOrder) '---> DataTable from query
                    .Dictionary.Synchronize()
                    .Compile()
                    .Show()
                End With

Fields in query same name & type as report DataSource.

Any ideas?

Thanks.

Attached: Preview & Report Design (partial)
Attachments
This is what it shows
This is what it shows
Untitled.png (17.74 KiB) Viewed 1651 times
This is how should looks like
This is how should looks like
Screen2.png (96.36 KiB) Viewed 1651 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Report in blank

Post by Alex K. »

Hello,

It is difficult to say something without a sample.
Please send us a simple project with test data which reproduces the issue for analysis.

Also, please check that data sources have same names.

Thank you.
joseluis.vi
Posts: 2
Joined: Fri Nov 18, 2016 12:26 am

Re: Report in blank

Post by joseluis.vi »

Hello again:

I tried to create the report from scratch, but I notice that the headerband does not show the elements in it.

I try to "Order - Sent to Back" and "Move backward" but no works.

When I put an image (logo) out side the Headerband, it shows it.

Any ideas?

Best,
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Report in blank

Post by Alex K. »

Hello,

To reproduce the issue we need to render the report and it is often impossible to do it without data.
Please send us your report template or a simple project with test data which reproduces the issue for analysis.

Thank you.
Post Reply