cancel
Showing results for 
Search instead for 
Did you mean: 

CrystalReportViewer DisplayBackgroundEdge still showing right and bottom

Former Member
0 Kudos

I have a problem with the CrystalReportViewer DisplayBackgroundEdge property. When I'm setting this property to false, the edge on the top and left side of the 'page' disappear, but the edges on the right and bottom still remains.

When I zoom to the 'Page width' (crystalReportViewer.Zoom(1)), a horizontal scrollbar is displayed.

I'm using VS2008 sp1 on a Vista machine.

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

What version of Crystal Reports are you using?

What is the Crystal Reports Service Pack level you are using?

Also, please send code used.

Ludek

Edited by: Ludek Uher on Oct 2, 2008 4:07 PM

Former Member
0 Kudos

I'm using Crystal Reports 2008 (v12.0.0.796) and installed Service Pack 0, and Crystal Reports 2008 Fixpack 1.

I have a System.Window.Forms usercontrol with a CystalDecisions.Windows.Forms.CrystalReportViewer on it, and just loaded a simple report in it.

this.crystalReportViewer.DisplayBackgroundEdge = false;
var reportDocument = new ReportDocument();
reportDocument.Load([FILENAME]);
crystalReportViewer.ReportSource = reportDocument.
// Determine total page count.
crystalReportViewer.ShowLastPage();
PageCount = crystalReportViewer.GetCurrentPageNumber();
crystalReportViewer.ShowFirstPage();
crystalReportViewer.Zoom(1); // Show page width

former_member183750
Active Contributor
0 Kudos

Let me test it here and get back to you later today. If I repro it, I'll start a track on it with QA to get a fix.

Ludek

former_member183750
Active Contributor
0 Kudos

Dennis, I was able to reproduce the issue. I will be creating a track for it and we'll see what QA tells us as to ETA of a fix. From general experience, these fixes, if accepted by QA take anywhere from 6 to 9 months and possibly more. But I'll keep you posted.

Ludek

Answers (0)