Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Services / Reporting Services / September 2005

Tip: Looking for answers? Try searching our database.

Unknown Error Message

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Terry - 29 Sep 2005 19:45 GMT
Do anyone know what the following error messages mean?

ERROR:
[rsOverlappingReportItems] The line ‘line1’ and the textbox ‘textbox2’
overlap. Overlapping report items are not supported in all renderers.

[rsReportItemOutsideContainer] The textbox ‘textbox1’ extends beyond the
right edge of its container.
Robert Bruckner [MSFT] - 30 Sep 2005 05:37 GMT
These messages are new warning messages in RS 2005. They are not errors, but
you should not just ignore these warnings.

[rsOverlappingReportItems]: you won't see issues e.g. in Preview or PDF, but
in HTML overlapping reportitems are not supported and one of the two items
will get pushed so that they don't overlap. This may result in unwanted
layout changes in HTML.

[rsReportItemOutsideContainer]: this means that "textbox1" is contained
within another reportitem (e.g. a rectangle). Every reportitem has top/left
position and width/height settings. In this case, textbox1's left + width is
larger than its parent reportitem's width. This again may result in unwanted
layout changes during rendering.

-- Robert
Signature

This posting is provided "AS IS" with no warranties, and confers no rights.


> Do anyone know what the following error messages mean?
>
[quoted text clipped - 4 lines]
> [rsReportItemOutsideContainer] The textbox 'textbox1' extends beyond the
> right edge of its container.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.