Problem with render event in HTML export

Stimulsoft Reports.WPF discussion
Post Reply
drhkocher
Posts: 15
Joined: Thu Aug 06, 2009 1:43 pm
Location: Germany

Problem with render event in HTML export

Post by drhkocher »

In my report I have a data band with a BeginRenderEvent with the following code:

Code: Select all

TestOperationPanel.Left = (TestCases_ReportItems.Level - 1) * LevelIndent;
In the band, there is a panel (TestOperationPanel) where all the text elements are placed. Depending on the my data the panel is indented to show hierarchical information.

This works great in a PDF export. However in an HTML export, the whole panel is rendered black.

Any ideas?

Hartmut
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Problem with render event in HTML export

Post by Ivan »

Hello,

We couldn't reproduce this bug.

Can you please send us a sample report with data, which reproduce the issue?

Thank you.
Post Reply