Crystal report not viewing properly - vb.net

Image shows the way crystal reports opens for me.
only small portion of report is visible.it works on other computers.
i tried to uninstall report viewer and crystal report,
installed again..still no change.
application background:
using SAP Crystal reports 13.0.4.705,
MS Report viewer 2010 SP1 redisributable,
vb.net 3.5
plz help me.Thanks in advance

Maybe you have a default printer for cards or something similar.
Change your printer and execute again.

Related

Export/view next page/refresh action from Crystal report not using filter condition and showing all the data

I am using Crystal report in VB.NET web application.
IDE: VS 2010 Ultimate
Crystal Report installed: V13.0.16
I am able to view my crystal report with data, but when i click the refresh button or next page button or export option in CR menu.
the whole filter condition is reset and all the data related to the report is displayed/exported.
when i re enter URL which has filter condition then it loads the data with filters.
Request.QueryString() is used to get the filter details
and report details.
I need help at the earliest. Kindly help me.
I have fixed the issue which is posted above.
The application was developed using Crystal report version 13.0.0.99 (approximately 6 years before). I tried to upgrade it with latest version but it didn't help me on time. When i use the version which is used during development solved the error. The export or next page or refresh post back didn't reset the report content.
I am not sure how to fix it with most recent version of crystal report. This Discussion sounds like a solution with latest version but i don't have additional time to use it. I hope this could help some one in need.

Change visual design on the SQL Report Viewer

How do I change the visual design on SQL report viewer? And when I say report viewer I mean the hosting webpage, not the report itself.
You don't, you can create your own webpage and render the reports in there using an iframe:
http://www.codeproject.com/Articles/195191/Integration-of-SSRS-and-net-using-Iframe-and-URL-C
https://social.microsoft.com/forums/en-US/2d284a4e-af05-41c1-baf8-353f53bcfc2a/how-to-fit-ssrs-report-in-an-iframe

"Action - Go to report" in VS2008 reportviewer not working

I have an SSRS report which drills through to sub reports via actions. The report functions correctly in the VS environment, and correct once deployed to the server and viewed through a browser.
The report however is also viewed inside our in-house app via a Microsoft.Reporting.WinForms.ReportViewer - and while it renders on screen correctly, clicking the element that would normally take me to a sub-report no longer functions.
I have had a look around and there seemed to be an issue around VS2010 SP1 where this stopped working, however I'm currently stuck with VS2008. This seems to be the majority of results I'm getting.
Anyone have any ideas?
Many thanks.
OK have found issue.
The text box in question had three place holders. A reference No, A date and an age. I wanted to trigger the sub report if someone clicked on the reference no. While this worked fine in VS and IE, it failed to work in the Microsoft Report Viewer control.
I have now set the action against the containing text box, rather than against a single placeholder/expression within that box. While this has solved the immediate issue that I have, it would not work if you wanted multiple actions from different placeholders in a single text box.
But for now, I'm all good, and all solved.

Why do I see a database login dialog when I show my report?

I have created my report using my friend's laptop, but when I copied it to my laptop and tryied to show the report I see a database login dialog.
this is the project I've worked on it.
http://www.4shared.com/zip/ZWHy0zPrce/WindowsFormsApplication7.html
My database saved in Debug Folder.
I've used DataSet.WriteXml() Function for the report.
Please see it and modify it please.

Visual Studio Report Viewer 2010 with Internet Explorer 9

My company has a system running in asp.net using the report viewer to display some reports. After upgrading to Internet Explorer 9, the reports are not displayed correctly when using different zoom from 100%. The problem not occurs when the compatibility mode is seted on IE.
The problem is easy to be reproduced and i upload some screenshots at https://picasaweb.google.com/102746433851783529556/ReportViewerScreenCaps#
In the test, I used the examples available in http://archive.msdn.microsoft.com/reportviewer
When viewing with zoom in "Page Width", the top of the report is cut.
When you view with the zoom in "200%", a track is added on top of the blank report. The problem occurs whith the versions 9 and 10 from rv control.
Is there a hotfix or workaround for this?
Thank you.