RDLC, canGrow=True, canShrink=False, content are shrinked to the left in Safari.

Issue:

canGrow=True, canShrink=False
All the content are shrinked to the left in Safari.  Export report as Excel, sometimes, it is in disorder format.

canGrow=False, canShrink=False
Some of the long text are obstructed.  Export report as Excel,  it is in well format.

Environment
:

.NET Framework 2.0, Visual Studio 2005, Reporting Services, RDLC
Codes:
download: TestReportRDLC_issue_in_Safari.rar
Screen Shots
:

ReportA.rdlc - canGrow=True, canShrink=False, TextBox: “ABC1 ABC2 ABC3 ABC4 ABC5 ABC6”

ReportA_Design

ReportA_in_IE7

ReportA_in_Safari

ReportB.rdlc - canGrow=False, canShrink=False, TextBox: ABC1 ABC2 ABC3 ABC4 ABC5 ABC6

ReportB_Design

ReportB_in_IE7

ReportB_in_Safari

ReportC.rdlc - canGrow=True, canShrink=False, TextBox: ABC1 ABC2 ABC3 ABC4 ABC5 ABC6

ReportC_Design

ReportC_in_IE7

ReportC_in_Safari

原文地址:https://www.cnblogs.com/emanlee/p/1529332.html