The textbox allignment in design view of the report and the allignment in run time are differemt as some of the textbox position is incorrent.
How to solve this?
3 Answers, 1 is accepted
0
Svetoslav
Telerik team
answered on 25 Feb 2008, 12:56 PM
Hi enghsiang,
Indeed, it is possible one report to looks different in the different export formats that Telerik Reporting supports. For more information, please see the Design Considerations for Report Rendering article. One important thing you will need to always have in mind is that the items should never overlap because some of the formats (like Excel) do not allow such layouts.
I hope this information helps. Please, do not hesitate to contact us if you have any additional questions.
Thanks for your reply.
But my problem is the textbox allignment is incorrect when viewing in report viewer, and not after export to some other format. How should i solve this problem?
0
Svetoslav
Telerik team
answered on 26 Feb 2008, 08:21 AM
Hi enghsiang,
Telerik Reporting comes with two report viewer controls - Windows Forms control (Telerik.ReportViewer.WinForms) and Web control (Telerik.ReportViewer.WebForms) for Windows Forms and Web applications respectively. The first one utilizes the Image rendering extension to render and display the report inside the viewer; the 2nd uses the HTML rendering extension.
In order to help you in the best possible way we need to know, which of the both viewers you are talking about. Also, could you please, provide more details about your report so we can see how it looks in design time and then the misaligned TextBoxes in runtime. Some screenshots or even better a sample report that illustrates the problem will help us identify any issue immediately and accurately.