I use StiWpfDesignerControl on an own window to show/design a report:
Code: Select all
objReport = new StiReport();
objReport.LoadFromString(sReportDefition);
StiWpfDesignerControl objStiWpfDesignerControl = new StiWpfDesignerControl(objReport);
ContainerGrid.Children.Add(objStiWpfDesignerControl);
With the newest build (2014.1.1806) the designer appears empty after loading. I have to click somewhere on the (apparently) empty canvas/background of the designer and then the content appears.
I have attached a small video to show the behaviour. The position of the mouse is shown by a yellow circle. When the left mouse button is clicked a red circle appears so you can see when and where I clicked.
BTW: Why can't I upload *.MP4-Files? They are so much smaller and have better quality than the MPG I have to upload instead...
Cheers,
Pascal