Is it possible to keep the width of the columns set in execute report section? or just simply set it so that it automatically goes to optimal width or even just to the fixed width?
I have a number of reports that i want to show in the dashbord that contain 5-7 columns and i always have to scroll horizontaly in order to see my results although they might be just number or small text (ie 5-10 characters).
Html View in dashboard gets much closer the optimal column width based on the contents, however it looks quite simple/unfriendly and more importantly does not have paging…
nice suggestion. I am afraid, there is currently no way to set the width of the preview view for the dashboard. I’ve created a feature request to see whether we can work that in somehow.
That would be one way to work around it. Maybe a nicer solution for the dashboard is to use a custom HTML dadget and render the report with some java script library. You can export the report via the following URL
The format property allows you to specify to have the report, for example, output JSON. I haven’t tried this but this should give you directly the format that, for example, Dynatable (http://www.dynatable.com/) expects.
just to add. You can get paging also implemented on the server side with URL export. The following script (this functionality will be included with the upcoming version) will look for url parameters “page” and “pagesize”. Thus, &page=2&pagesize=50 as part of the URL would give you the records 51 to 100.
then the URL is incorrect. Have you forgot the “reportserver” part? It may be appear double in your installation. Example: http://SERVER:PORT/reportserverbasedir/reportserver/reportserver/reportexport .. .
well just try it. In the docs and in the forum you see this URL: http://SERVER:PORT/reportserverbasedir/reportserver/reportexport?id=39&format=json&download=false
The basedir is sometimes “reportserver”, sometimes other, depending on your installation. If it is “reportserver”, you will have: http://SERVER:PORT/reportserver/reportserver/reportexport?id=39&format=json&download=false
Has this ever been resolved? We use dynamic lists in our dashboards extensively and being able to either set column widths, or have them automatically resized appropriately would be fantastic.
How would you recommend creating dashboards with reports in them that are usable? This is a long standing issue preventing us from adopting this tool across the enterprise. Adding the ability to set column widths would make it competitive with other modern products.
this is a feature request, as it is currently not supported. We cannot make guarantees on time frames of feature request implementation. We do have a ticket on this which is in the development queue.
For extension of functionality not directly supported by ReportServer, there is scripting. Also, ReportServer is open source, so in case you need this soon, you can also of course contribute, you see the ReportServer sources here: https://github.com/infofabrik/reportserver