Hi,
I am using Infragistics.Windows.Reporting.Report to print a XamDatagrid to pdf /export it to xps,
When I do this all the rows and columns get printed/exported fine apart from the last two rows of Page 1 of the report.
The last two rows of page 1 get dis aligned in the report but its fine on the xamdatagrid, Its only the report where it gets dis aligned
Here is the code i am using which is very simple, Also I am attaching the lower part of the page 1 of the report
Report myReport = new Report();
EmbeddedVisualReportSection myXamDatGridReport =
new EmbeddedVisualReportSection(this.xamDataGrid1);
myReport.Sections.Add(myXamDatGridReport);
myReport.ReportSettings.PageOrientation = PageOrientation.Landscape;
myReport.ReportSettings.HorizontalPaginationMode = HorizontalPaginationMode.Scale;
myReport.Print(true, true);
Please help
Thanks
Sumeet
HI,
I could not reproduce your issue.
What build are you using? You may want to try using the latest service release, there were some Alignment issues resolved.
If that does not resolve your issue, can you please attach a small isolated sample that replicates this issue.
Sincerely, Matt Developer Support Engineer
I am using 10.1. Are there any issues in 10.1
Which one shall I be using?
I tried using 11.2 and that seems to fix up the problem.
I did not see any issue resembling your particular problem.
You could try the latest service release for 10.1.
If that does not fix the issue, you should consider upgrading to our latest version 12.1. We no longer create service releases for 10.1.
Here a link to our Product LIfecycle: http://es.infragistics.com/support/documentation.aspx#ProductLifecycle
In order to proceed further, I will need small isolated sample that replicates this issue.
Sincerely, MattDeveloper Support Engineer