SSRS ReportViewer Control linked report does not start at top - ssrs-2008

I am using an SSRS ReportViewer Control (2008) On a web form to display an SSRS Report. The SSRS Report has links to many other SSRS reports. When I click on one of the linked reports, I get unwanted behavior.
Instead of the top of the report being visible as I would expect, the report starts out at the bottom. The scrollbar on the right in the browser window is at the very bottom, and I need to scroll up to view the top of the report.
I don't want my users to have to scroll up every time they navigate to a new report. Is there a way I can force the report start at the top? (So the scrollbar on the right hand starts at the top)
I do not see this behavior when I am previewing the report in Visual Studio 2008.
Thanks

which browser are you using? I know that Chrome does not Support report manager for example (the reports are cut in half).
Take a look at this link and this link, they may help you.

Related

Formula Help - Crystal Reports Cross Tab

Can anyone give me the idea, how to add summary at the red highlighted in the images.
Preview Mode
Design View

Hand cursor type on report Groups

How can I change to the Hand cursor while the mouse is hovering over the group headings in the CR Viewer? I am using using Crystal Reports 2011 that ships with Visual Studio 2010.
Unfortunately this behavior isn't definable within Crystal Reports, including the Viewer. The only way I know to create a Hand cursor in Crystal is to turn the text into a hyperlink.
If you're trying to indicate that an area is clickable, you'll have to do it some other way. (You could make the header text blue and underlined to make it appear like a hyperlink.) Or you could just include some "Click to Focus" text. But sadly the cursor isn't something Crystal allows you to define.

Putting parameter drop down, and "apply changes" in preview view

I'm using the standalone crystal reports (no .net or visual basic) to generate reports, and I'm trying to figure out a way to put the parameter selection and "apply changes" button actually in the window instead of in the "Parameters" tab to the left.
Is there a way to do this or some way to export the report for a user to easily have this ability? I feel its something very simple I missed or its not possible. Thanks in advance.

What produces this margin in Crystal Reports?

I have recently upgraded crystal reports to the latest version, and some margins appear to have been introduced. i've included a picture - this is the report preview. What are these dotted lines? (they only appear top and left)
The page setup is set to A4 and 0 for all margins
Some extra information. If I print out from the original version, and print out from this newer version, everything on the page has been shifted down by about half a cm (the same size as that top margin essentially)
I can make the lines disappear and reappear by toggling Freeze Pane
Page Setup Screen:
Layout Tab under Options
When you upgraded Crystal probably reset your options to display guidelines in Preview mode. Head to "File" → "Options" → In the upper right of the window, deselect "Guidelines" under the "Preview" section.
Otherwise, Crystal will print those dotted lines anywhere you have horizontal or vertical guidelines placed in the Design view ruler.

How to display sub-report on the top of the group?

I have created a sub-report and I have empty place in the right side of my custom_group in my master report. I want my sub-report be in this position (in the right side of custom_group in the master report).
Does any one know how to do it in iReport?
Are you just looking to move the subreport? Click the subreport in your master report. In the Properties menu, set the Left position.
If you're looking to do more than just move it, post your JRXML file so we can take a look at it.
You need to modify the subreport and set the margin for it to 0. For that open your sub-report in iReport, in the Report Inspector right click on the report and click Remove Report Margins. Then save your sub-report and re-run the parent report (hit the compile report icon on top of the Report Designer to enforce the re-compile of all report resources): the sub-report's margin will be gone, there won't be any whitespace on the left side.