How to fix Reports Size? - asp.net

I am newbie in using asp.net, I have a problem when it comes to reports sizing . I don't have any idea how to fix this, it should fill up the whole report viewer but it was stock on the right.
Do you know what property should I change I try anything but it's not working.. please help me :D, thanks in advance :D

You can change the width of your table columns manually in the report designer. You have to set the CanShrink property of your columns to false to prevent them from collapsing in your application.
There is a known bug in SQL2005 reporting services that leads to column being rendered too small in some browsers. You have to upgrade your server to SP1 if this issue persists.

Related

RDLC Local Reports KeepTogether does not work

I’m having problems with an rdlc local report. When exporting to Excel, I want to keep a table on one page, and if it doesn’t have enough space to entirely move it to the next page.
I have tried the KeepTogether property, but it doesn’t work. I have also tried other suggestions like putting the table inside a list or a rectangle, nothing helps.
Forcing page breaks dynamically is not easy, and in this case the Excel report contains 2 sheets, which is not what we want.
Does anyone have any idea how to solve this? It is a Windows Form project.

Visual Studio 2013 ruins CSS in Debug

Couldn't find answer to this question, and as this happened 2nd time, decided that it would be wise to write this here.
Problem: While debugging ASP.NET website, some CSS is rendering wrong. Or not rendering at all.
Edit: It seems, that the same problem also somehow caused following problem - in debug GridTelerik.SelectedItems was shown as null, when it really should contain values.
Reason: Browser Link, that by default is enabled (Description what it is)
Solution: Just disable it:

RadlistBox fails in google chrome

I have radlistbox in pop-up which is causing a run-time Error "System.FormatException: Input string was not in a correct format error is thrown." .when the same pop-up is been opened in IE or FireFox it works properly without any error or interruptions.Please Provide solution to this problem.
HTML and JavaScript and the way they work differ from browser to browser, so you need to post the code that causes the problem so someone can help you. For example, Chrome provides float numbers for dimensions and positions when zoomed, so this may be the cause. This broke some controls that store such numbers in the client state. This page offers workarounds and the easier way to get a fix is to upgrade your Telerik controls version http://feedback.telerik.com/Project/108/Feedback/Details/144661-fix-system-formatexception-input-string-was-not-in-a-correct-format-thrown-o
Due to Anti-virus the pop-up was acting weird.After Disabling the anti-virus it worked fine.

Using Cross tabs in Crystal Reports

I am trying to use Crystal Reports in generating my report for my ASP.NET website. Unfortunately, it appears like this. It appears properly when exported to other extensions. I have tried tinkering with every thing but it won't display as it is supposed to be. Can anyone settle this one? Thanks very much!!
Screenshot can be found here:
http://imgur.com/RGn4q

Flex text field do not work under MacOS X

Strange problem. Text fields in my flex simply do not work under Mac. Inputted characters do not appear within it. I do not have any specific font set (just _serif), so I don't thing it's font issue.
In what direction should I dig? Have anyone similar experience?
Try creating a completely new project with no formatting of any kind. Create a single text field and see if that shows up.
You may want to consider removing the _serif css to see if that has any effect.
See Soliant's blog for other helpful flex examples

Resources