How to fit Crystal Report within scrollbar and should not exceed masterpage
-
Hi I placed crystal report within scroll bar but it is exceeding outside master page and not fit to scroll bar. How to fit Crystal Report within scrollbar, so that i can scroll and will be fit to that. So it should not exceed the masterpage. If anybody knows please reply.
-
Hi I placed crystal report within scroll bar but it is exceeding outside master page and not fit to scroll bar. How to fit Crystal Report within scrollbar, so that i can scroll and will be fit to that. So it should not exceed the masterpage. If anybody knows please reply.
Pretty sure that is incomplete statement of the problem since "crystal report" in that context means nothing. A crystal report is something that runs which produces output. Output like html or word doc or excel. Since you are referring to display and not running, what you have probably has nothing to do with crystal report. Or it might have something to do with how you are telling it to run but you didn't provide that info either.
-
Hi I placed crystal report within scroll bar but it is exceeding outside master page and not fit to scroll bar. How to fit Crystal Report within scrollbar, so that i can scroll and will be fit to that. So it should not exceed the masterpage. If anybody knows please reply.
I believe you are talking about the Report Viewer control for ASP.NET. When you ask a question, make sure you put in as much information possible and make it unambiguous. Anyway, here's a solution. Put your report viewer control inside a DIV tag, give the DIV tag a fixed width and height and set it's overflow' style to auto.