Mysterious behavior of StiHeaderBand
Mysterious behavior of StiHeaderBand
Hello,
I have report with PageHeaderBand, HeaderBand, DataBand, SummaryBand and PageFooterBand...
... the mysteri is that if I show StiReport object with ShowWithWpf method, content of HeaderBand is hidden and than if I open StiReport object with WpfDesigner and there I show report in Preview tab, HeaderBand is vissible... what is wrong?
Report is attached.....
I have report with PageHeaderBand, HeaderBand, DataBand, SummaryBand and PageFooterBand...
... the mysteri is that if I show StiReport object with ShowWithWpf method, content of HeaderBand is hidden and than if I open StiReport object with WpfDesigner and there I show report in Preview tab, HeaderBand is vissible... what is wrong?
Report is attached.....
- Attachments
-
- Report.mrt
- (16.06 KiB) Downloaded 222 times
Re: Mysterious behavior of StiHeaderBand
I found it is related to SummaryBand.... if report is without summary, header is visible....
Re: Mysterious behavior of StiHeaderBand
Hello,
We couldn't reproduce this bug.
Can you please send us a simple test project, which reproduces the issue?
Thank you.
We couldn't reproduce this bug.
Can you please send us a simple test project, which reproduces the issue?
Thank you.
Re: Mysterious behavior of StiHeaderBand
Yes Ivan, I found problem in structure of report.... SummaryBand was inserted into Components collection on wrong position...Exists any function, which automaticly reorder bands in report? ... and then will be SummaryBand on bottom of report...
Re: Mysterious behavior of StiHeaderBand
Hello.
Thank you.
You could use next code:LukasT wrote:Yes Ivan, I found problem in structure of report.... SummaryBand was inserted into Components collection on wrong position...Exists any function, which automaticly reorder bands in report? ... and then will be SummaryBand on bottom of report...
Code: Select all
page.DockToContainer();
page.Correct();
Re: Mysterious behavior of StiHeaderBand
Thank you Aleksey 

Re: Mysterious behavior of StiHeaderBand
Hello.
Not at all.
We are always glad to help you.
Thank you.
Not at all.
We are always glad to help you.
Thank you.