Page 1 of 1

Report in blank

Posted: Wed Nov 23, 2016 4:16 am
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)

Re: Report in blank

Posted: Wed Nov 23, 2016 10:34 am
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.

Re: Report in blank

Posted: Fri Nov 25, 2016 5:07 pm
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,

Re: Report in blank

Posted: Mon Nov 28, 2016 8:19 am
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.