Problem with render event in HTML export
Posted: Thu Oct 01, 2009 2:15 am
In my report I have a data band with a BeginRenderEvent with the following code:
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
Code: Select all
TestOperationPanel.Left = (TestCases_ReportItems.Level - 1) * LevelIndent;
This works great in a PDF export. However in an HTML export, the whole panel is rendered black.
Any ideas?
Hartmut