Just started using Telerik reporting and noticed an odd behavior that seems specific to the report created in the Visual Studio 2013 WYSIWIG and does not occur when using a report generated in the Standing alone report designer. I am working with the version from Q2 2014.
I first build this simple report in the stand alone report designer. Then duplicated it using the designer and class use in the VS 2013. This is a banded report and has 3 groups, 2 of which are bound to something and one being used to display the row headings on every page. The first two groups have the group footer set to PageBreak After.
In my testing my data source was a stored procedure that returned data that should result in 2 pages. In the stand alone version of the report both the preview of the report as well as when creating a pdf directly from code using the ReportProcessor.RenderReport method. In the VS2013 WYSIWIG tool when I rebuilt the report and bound it to the stored procedure it was resulting in 4 pages. Where page one at the data that matched the stand alone report. Page 2 had the data from the page header, page footer and just the group1 footer, then page 3 had the same data as page 2 of the stand alone report. And page 4 again had the page header, page footer and just the group 1 footer.
In the VS2013 WYSIWIG this problem was fixed by setting the group footers to not be visible. Which in this simple instance is fine, but I can see future needs that this will not work for. Is this a known issue?
I first build this simple report in the stand alone report designer. Then duplicated it using the designer and class use in the VS 2013. This is a banded report and has 3 groups, 2 of which are bound to something and one being used to display the row headings on every page. The first two groups have the group footer set to PageBreak After.
In my testing my data source was a stored procedure that returned data that should result in 2 pages. In the stand alone version of the report both the preview of the report as well as when creating a pdf directly from code using the ReportProcessor.RenderReport method. In the VS2013 WYSIWIG tool when I rebuilt the report and bound it to the stored procedure it was resulting in 4 pages. Where page one at the data that matched the stand alone report. Page 2 had the data from the page header, page footer and just the group1 footer, then page 3 had the same data as page 2 of the stand alone report. And page 4 again had the page header, page footer and just the group 1 footer.
In the VS2013 WYSIWIG this problem was fixed by setting the group footers to not be visible. Which in this simple instance is fine, but I can see future needs that this will not work for. Is this a known issue?