Greetings
I have a very strange behavior with the HTML5 Report Viewer. The report display in proper size in any other Report Viewer. However, when it comes to displaying the chart (and only chart)objects or elements that are full in size along with the page, the reportviewer is cutting the chart height and width and is not displaying the chart completely.
When it comes to export, the application even export in the proper size as it displays in other report viewers. However, it is just display wrong.
Please see the below example.
In my scenario the page settings are
Landscape - Left 0.5, Right 0.5
and the Chart object Display is given the following sizing
And again, the report display perfectly in any other reportviewer and at export time
Please any insight, idea, clue or guidance will be fully appreciate it.
Thanks
I have a very strange behavior with the HTML5 Report Viewer. The report display in proper size in any other Report Viewer. However, when it comes to displaying the chart (and only chart)objects or elements that are full in size along with the page, the reportviewer is cutting the chart height and width and is not displaying the chart completely.
When it comes to export, the application even export in the proper size as it displays in other report viewers. However, it is just display wrong.
Please see the below example.
In my scenario the page settings are
Landscape - Left 0.5, Right 0.5
and the Chart object Display is given the following sizing
Telerik.Reporting.Drawing.Unit Height =
new
Telerik.Reporting.Drawing.Unit(15, ((Telerik.Reporting.Drawing.UnitType)(Telerik.Reporting.Drawing.UnitType.Cm)));
Telerik.Reporting.Drawing.Unit Width =
new
Telerik.Reporting.Drawing.Unit(25, ((Telerik.Reporting.Drawing.UnitType)(Telerik.Reporting.Drawing.UnitType.Cm)));
_chart.Size =
new
Telerik.Reporting.Drawing.SizeU(Width, Height);
_chart.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(0.32, ((Telerik.Reporting.Drawing.UnitType)(Telerik.Reporting.Drawing.UnitType.Cm))),
new
Telerik.Reporting.Drawing.Unit(1.8, ((Telerik.Reporting.Drawing.UnitType)(Telerik.Reporting.Drawing.UnitType.Cm))));
And again, the report display perfectly in any other reportviewer and at export time
Please any insight, idea, clue or guidance will be fully appreciate it.
Thanks