31-Aug-06 10:14 AM
SSRS 2005



I have an ASP.NET app using the Report Viewer control.



I would like the Report Viewer control to resize as the browser (web page)



is resized.



Setting <rsweb:ReportViewer ... Width="100%" ... </rsweb:ReportViewer>



controls the width as expected. As the page is made wider, the control



resizes.



However, when I use <rsweb:ReportViewer ... Height="100%" ...






report content does not appear. The toolbars appear, but the report content



does not.



I have to do something like <rsweb:ReportViewer ... Height="300px" ...






Is this a known problem?



Is there something I am overlooking, like is there another property I need



to set to get this to work? I cannot find any other property that looks like



it is related to this problem.



--



Chris, SSSI
 
01-Sep-06 02:06 AM
Hello Chris,



This is a XHTML artifact. If you remove the doctype in the asp.net page, it



will work.



Please remove the line <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0



Transitional//EN"






page.



Sincerely,



Wei Lu



Microsoft Online Community Support



==================================================



Get notification to my posts through email? Please refer to



http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif



ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues



where an initial response from the community or a Microsoft Support



Engineer within 1 business day is acceptable. Please note that each follow



up response may take approximately 2 business days as the support



professional working with you may need further investigation to reach the



most efficient resolution. The offering is not appropriate for situations



that require urgent, real-time or phone-based interactions or complex



project analysis and dump analysis issues. Issues of this nature are best



handled working with a dedicated Microsoft Support Engineer by contacting



Microsoft Customer Support Services (CSS) at



http://msdn.microsoft.com/subscriptions/support/default.aspx.



==================================================



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



rights.)
 
05-Sep-06 01:02 PM
Hello Chris,

How is everything going? Does my suggestion resolve your problem?

If you have any feedback, please feel free to let me know.

Sincerely,

Wei Lu

Microsoft Online Community Support
 
06-Sep-06 10:17 AM
Hello Wei,



How you test the page?



Would you please try to test on a simple page with only one report viewer



control on it?



Please remove the line and have the height to "100%" for the report viewer.



Sincerely,



Wei Lu



Microsoft Online Community Support



==================================================



Get notification to my posts through email? Please refer to



http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif



ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues



where an initial response from the community or a Microsoft Support



Engineer within 1 business day is acceptable. Please note that each follow



up response may take approximately 2 business days as the support



professional working with you may need further investigation to reach the



most efficient resolution. The offering is not appropriate for situations



that require urgent, real-time or phone-based interactions or complex



project analysis and dump analysis issues. Issues of this nature are best



handled working with a dedicated Microsoft Support Engineer by contacting



Microsoft Customer Support Services (CSS) at



http://msdn.microsoft.com/subscriptions/support/default.aspx.



==================================================



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



rights.)
 
08-Sep-06 12:45 PM
Hello Chris,



I think this is that the Report Viewer Control rendered the HTML code does



not matc the XHTML artifact.



This issue is a known issue of the Report Viewer Control. I got this



workaround from the product team and they do not provide more detailed



information on this issue.



Anyway, I am glad to discuss more detail on this issue but since this is



relate the Report Viewer Control Code, I could not provide more detailed



information now. Thank you for your follow up.



Sincerely,



Wei Lu



Microsoft Online Community Support
SQL Server - Hi Chris excuse for the delay of my answer.1) Asp.Net 2.
Asked By andy6
20-Sep-06 09:43 AM
Hi Chris
excuse for the delay of my answer.
1) Asp.Net 2.0
2) No, I do not use master page!

andrea
--
andrea tiveron
director
e-metodi.it
rome
italy
Create New Account
help
SQL SQL Server Hi, We have a Tickets table and a Comments table in our work work horus tracking system. Now we have a need to pull the data from Tickets and with, SQL description: Hi, We have a Tickets table and a Comments table in our work work horus tracking system. Now we have a need to pull the data from Tickets and
Repeating headers wont work SQL Server Why is it that sometimes when I use the advance options, the repeating headers will work and then sometimes it does not work. I have different tables and one works and others do not. Shouldnt that work evertime it is chosen? SQL Server Reporting Services Discussions BenHmm (1) Shouldnt (1) Evertime (1 inside of another table. But one of the tables headers repeat. keywords: Repeating, headers, wont, work description: Why is it that sometimes when I use the advance options, the repeating headers will work and then sometimes it does not work. I have different tables and
Server Can I assume that I can reliably rollback TRUNCATE statement? Will something like this work reliably: (I need Result table be always consistent). BEGIN TRY TRUNCATE TABLE Work INSERT INTO Work SELECT * FROM OPENQUERY (remoteserver, 'SELECT = 85. = 92) IF (SELECT COUNT(*) FROM Work) < (SELECT COUNT(*) FROM Result) / 2 RAISERROR = 85 BEGIN TRANSACTION TRUNCATE TABLE Result INSERT INTO Result SELECT * FROM Work COMMIT TRANSACTION END TRY BEGIN CATCH IF EXACT_STATE() <> 0 ROLLBACK TRANSACTION; END CATCH As I back is with a 3rd party log tool, and even that is not going to work if the pages have been re-used. Of course if you perform a TRUNCATE outside used in production? BEGIN TRY BEGIN TRANSACTION TRUNCATE TABLE Result INSERT INTO Result SELECT * FROM Work COMMIT TRANSACTION END TRY BEGIN CATCH IF XACT_STATE() <> 0 ROLLBACK TRANSACTION; END CATCH Thanks, -Igor used in production? BEGIN TRY BEGIN TRANSACTION TRUNCATE TABLE Result INSERT INTO Result SELECT * FROM Work COMMIT TRANSACTION END TRY BEGIN CATCH IF XACT_STATE() <> 0 ROLLBACK TRANSACTION; END CATCH Thanks, -Igor
Portable SQL Server Database SQL Server I need to work on a database at home and work. At home I have SQL Server 2000 and at work SQL 2005. Is it possible to create the database files on a flash drive and install. Best practice - either: 1) Find a way to securely connect remotely from home to work (VPN, Remote Desktop, etc) using high speed internet access. If you're willing to do at home. It's cheap. [While secure, this would be a very inefficient way to work.] Good luck. Mark Thanks Mark The database in question is a SQL Server 2000 so be detatched each time the drive was removed). I suppose a backup and restore might work. If anyone has done sonmething like this, please let me know. The problem is that el portable I would install SQL Server 2005 Express at home, detach the database at work, copy it to the flash drive, take it home, copy it to your home drive, etc, etc, etc. keywords: Portable, SQL, Server, Database description: I need to work on a database at home and work. At home I have SQL Server 2000 and
How to make intellisense work in SQL 2008 express? SQL Server I made intellisense enabled but it still do not work. How to make intellisense work in SQL 2008 express? - - Message posted via SQLMonster.com http: / / www.sqlmonster.com / Uwe / Forums 2000: http: / / www.microsoft.com / sql / prodinfo / previousversions / books.mspx keywords: How, to, make, intellisense, work, in, SQL, 2008, express? description: I made intellisense enabled but it still do not work. How to make intellisense work in SQL 2008 express - - Message posted via SQLMonster.com www.sqlmonst