I create report on SSRS 2012 and display in web browser (IE, FF). On the report is some rows and cols locked (fixedData property in designer). Scrolling report with both scrollbars, upper left part of table behaves strange.
Strange behavior apears only on first page. On second and other pages is everything OK. When scrolling with only one scrollbar, table is OK too.
Image shows problem part of report displaying.
Bad report displaying
Correct report displaying on second page
Correct behavior
Is there some solution? Or do I something wrong?
Related
My report is a bunch of tablixes, one for each row (because the expressions are different for each row). They are all lined up and sized exactly the same, and the textbox property for CanGrow are set to False.
All tablix Locations are x = 0.34993in
All textbox sizes are x = 0.58333in
When viewing in MS IE, it looks as it should:
Beautiful, and maybe a little sassy.
When viewing in Chrome I get this mess:
Obviously this is the worst thing to happen ever.
I'm stuck in the middle here because IT doesn't support Internet Explorer, and so SSRS report consumers have to choose between half of their screen real estate being taken up by this silliness:
Or a poorly rendered SSRS report in Chrome.
Maybe somebody can just tell me which setting is making Chrome go crazy and fix that?
I'm not completely happy with this answer, but it's definitely the best solution in terms of ease of implementation: IE tab for Chrome
https://chrome.google.com/webstore/detail/ie-tab/hehijbfgiekmjfkfjpbkbammjbdenadd?hl=en-US
Display web pages using IE within Chrome. Use Java, Silverlight, ActiveX, Sharepoint, and more.
Puts an IE window inside of Chrome, answers all of my concerns.
I have a report with two charts; the charts present similar but not identical data. I want to show one chart at a time in the report.
When the report runs, one chart has the property visible=true, and the other has visible=false. Both charts toggle from the same textbox. So far, everything works right -- click on the textbox, and the other chart appears; click on it again, and the first chart appears. Both charts present the correct data. The intended effect is for the user to see the desired chart series, with no noticable indication that the report now shows a different chart.
My problem is that even though in Visual Studio's report designer the charts have the same position, the report presents an accordion effect: The report renders the second chart below where the first chart had been, instead of in the same location. I'll post screen shots when I can.
The development environment is MS Visual Studio 2008, installed as "SQL Server Business Intelligence Studio." The report environment is IE11, that being the customer's standard. (Edit: The customer just upgraded from IE9 to IE11.)
To swap two different charts visibility, you need to put both charts inside one rectangle and then set whatever the condition you have on each one.
So hiding the first chart moves the second one up.
It will surely work.
I used jqgrid 1.7.2 on my project, it loads data correctly, but there is a small error in pager. it shows the correct number of record. And i split page by 50 rows. When I drag scrollbar slowly, (for trigging the pager) it shows 1-100 instead of 51-100. But if I drag it fast, shows 51-100. How can i fix this error. Thanks for helps...
This is in Crystal Reports 2008 version 12.2.0.290
I am working on a report a previous employee created. I want to change one of the groups but the window size is too small to see the full field name and I don't see any way to resize it or to see the entire field name. Many of the groups are different only by the right most portion of the field name for example Here are groups 1-4:
SUMMARY_AGED_ACCOUNTS_RECIEVABLE_1
SUMMARY_AGED_ACCOUNTS_RECIEVABLE_2
SUMMARY_AGED_ACCOUNTS_RECIEVABLE_3
SUMMARY_AGED_ACCOUNTS_RECIEVABLE_4
Since I can't see all the way to the right it is an annoying process of trial and error.
Secondly in design and previous views the section chooser area to the left is too small and truncates the field name in a similar manner. Is there anyway to resize these portions of the program? Is there another area of the program where I can choose groups and see the entire field? You can see what I mean in the screenshot below.
In my application we have a RadGrid on which we can double click and have a row in the editable mode in the table. There are bunch of controls in the row and one of the column has checkbox and other has few links ( tag) when I jump from one control to other by tabbing.. the other controls like text and combo gets the focus... however the check box and links despite havig the focus do not show the Focus Ring around it
This code works perfectly in Chrome where as not in IE8.
Anyone has any suggestions or pointers.
Kind regards,
Prashant
Finally after lots of trial and error I figured out the issue is with the positioning of the control in the telerik grid. When I added the CSS "position : absolute" to control it started to work.