Hello,
today I tried the SharpDevelop reports preview from SharpDevelop 3.2.0.5443. The zoom is still not working. Here are screenshots at 100% and then just switching to 50% using the toolbar zoom:
100%: http://picasaweb.google.com/lh/photo/nImIQevxsKbEw13RJfpW3w?feat=directlink
50%: http://picasaweb.google.com/lh/photo/07AFp0lTgv118NSQbENvAg?feat=directlink
Also please note the weird buttons in the toolbar. This is the setup I'm using (push model):
model = ICSharpCode.Reports.Core.ReportEngine.LoadReportModel(filename);
datamanager = ICSharpCode.Reports.Core.DataManager.CreateInstance(list, model.ReportSettings);
ICSharpCode.Reports.Core.ReportViewer.PreviewControl control = new ICSharpCode.Reports.Core.ReportViewer.PreviewControl();
control.SetupAsynchron(Model, DataManager);
It would be great, if someone could help me. Cheers,
Andreas