cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Report Viewer doesnot stay within the div

Former Member
0 Kudos

HI,

Im in the process of redesigning my website and I have a div in the master page and all content pages should be within this div. All pages work great except for Crystal Reports.

See the picture attached in the link to see whatz really happening.

http://picasaweb.google.com/aswin.dwarakanath/CrystalReports#5278534341961018434

Also when I scroll the div the report stays where it was. I does not move with the scrollbar

Please help me thanks

Aswin Dwarakanath.

Edited by: Aswin Dwarakanath on Dec 11, 2008 3:10 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ashwin,

Need more info:

Crystal Report version?

Visual studio version?

Have you applied any service pack for crystal reports?

Issue is on development machine or production machine?

Regards,

Shweta

Former Member
0 Kudos

Hi Shwetha,

Sorry for not being exact..

Crystal Reports 2008 SP1

.NET Framework 2.0

VS 2005

I would expect the cr viewer is contained within the div and scroll when the div scrolls.

Please help.

Thanks

Former Member
0 Kudos

Hi Aswin,

Which IE you are using ?

Check with properties of CRviewer?

Are you setting the properties through code?If yes then check the syntax might be something is missing?

Regards,

Shweta

Former Member
0 Kudos

Hi

Im using IE6 SP2

this is my cr viewer markup.

Im not changing these values through code.


<cr:CrystalReportViewer ID="ReportViewer"
	        runat="server" 
	        AutoDataBind="false" 
	        DisplayToolbar="False" 
	        ToolPanelView="None"
	        TabIndex="0" 
	        BestFitPage="false" 
	        HasZoomFactorList="false" 
	        EnableDrillDown="false" 
	        EnableViewState="true" 
	        HasDrilldownTabs="false"
	        hasToggleGroupTreeButton="false"
                    hasSearchButton = "false"
	        hasPrintButton="true"
	        hasExportButton="true"
	        hasRefreshButton="false"
	        HasGotoPageButton = "false"
	        HasPageNavigationButtons ="false"
	        HasCrystalLogo="false"
	        HasDrillUpButton="false"
	       SeparatePages="false">
    </cr:CrystalReportViewer>   

Thanks for ur help.

Former Member
0 Kudos

Hey I got this one fixed.

The thing is I can give the with and height only if Bestfitpage ="false"

Thnka for all ur help guys,

Aswin Dwarakanath

Answers (0)