How to implement interactive sorting in Report Viewer in VS 2010? - report-viewer2010

I have created a report with report viewer in visual studio 2010. Please help me out on how to implement interactive sorting(end users must be able to sort. Sort icons must be displayed on the column) for a column in the report?

I believe you go to the report in the designer, rightclick the column you wish to add interactive sorting, then go to table/tablix properties, there should be an "Interactive Sorting" tab or "Sorting" tab with a check box to enable Interactive Sorting. (Sorry for uncertainty, going from memory atm)
(More Information Here: http://msdn.microsoft.com/en-us/library/cc627509.aspx and http://www.perpetuumsoft.com/ForumTopic.aspx?lang=en&topic_id=2444&forum_id=56)

Related

Visual Query Tab missing

I am trying to create a Visual Query on a content type but I seem to be missing the tab to click into it and create it. Do I need to activate it somewhere? Or is this a bug?
https://i.stack.imgur.com/ET6WO.png
https://i.stack.imgur.com/Fsium.png
https://i.stack.imgur.com/B5Cjy.png
This is because the content-app doesn't have these features. This is by design, as the UI and the desired use-case is different for the Content area compared to the Apps.

Application Insights Metrics Explorer annoyances

"Metric Explorers" on an Azure portal dashboard are quite flexible.
To configure them is, however, a bit painful at times.
With the terms in above image:
How do I change the order of my charts within an explorer?
How do I copy a chart or a whole explorer?
Is there a textual definition I can get or give? Is there other software for a better editing experience?
How do I change the order of my charts within an explorer?
Unfortunately there isn't a direct way to reorder the charts within an explorer. As a workaround you could however, delete them and add them again so that they appear at the bottom. Remember everytime you click 'Add New Chart', it will add it at the bottom.
Also please note that all graphical charts (Line, Area and Bar) appear above whereas a Grid chart will always appear at the bottom. So here's an even simpler hack that you could use: If there's any chart that you want to send to them bottom, change it's type to Grid and then change it back again. It'll get pushed to the end.
How do I copy a chart or a whole explorer?
You can click on More and then click Save Favorite which will save the whole metrics explorer blade (including all custom charts). You can give it a name and even save as a copy to create multiple copies of the whole explorer.
To access favorites, you'll have to go to the Overview tab and click on More followed by Favorites again. Favorites can be shared as well as personal.
Is there a textual definition I can get or give? Is there other software for a better editing experience?
There isn't a textual definition that you can provide for the charts. If you'd like to see this feature, you can add to the user voice or open an issue on github.
There isn't a software available for creating charts in the metrics explorer blade. However, there are alternatives for visualizing and querying data. You can take a look at Analytics if you prefer writing queries to filter insights and telemetry data. It has a very easy-to-learn query language which can help create meaningful charts very easily. There is a lot of tooling and support to push these charts to Power BI as well.
Hope this helps!

Add ReportViewer to Toolbox VB.NET 2013

I installed Report Viewer 2012 in VS 2013 (VB.NET), but it's not listed as an component in toolbox. Where is the location to reference the ReportViewer via browse, or how do I add the ReportViewer to toolbox?
I wasted all day trying to create a simple report.
Any help greatly appreciated.
Maybe this won't be useful to you anymore, but I hope it will be to someone else.
If you installed ReportViewer correctly on your computer, you must go to VisualStudio and right click on the toolbar (I recommend you do it on the General tab), and choose the option "Choose elements". Once there, check the .NET tab and look for ReportViewer on the list, and pick the one of the Microsoft.Reporting.WinForms namespace (there could be another one for WebForms, and that one you DON'T need in this case). That should do the trick.
EDIT: If you don't find the element, click on the Navigate button on the Choose elements dialog, and go to the next folder: C:\Windows\assembly\GAC_MSIL\Microsoft.ReportViewer.Common\11.0.0.0__89845dcd8080cc91 (the last folder may have a language acronym given by your language: en, es, fr, it, etc.). There, pick up the DLL that should load the component on your toolbar. For more info, check this link.
I hope this helps. Have a good day.

Chart (or picture) does't appear in Crystal Report

I have been using visual studio 2013 along with crystal report service pack 9.
I also have created a window form to make a report with chart. The data works fine, but the chart or even picture doesn't appear in the report (only text data).
can anyone tell me where my problem is ?
Thanks in advance
I think you are trying to change different crystal report file , please make sure that you edit and run the same file

Disabling viewer options for birt reports J2EE (Eclispe)

Hi
I have to display a birt report where I need to disable the viewer options. For example on top of every report there is run report option where I can change the parameters and see the report. I want to disable that option.
I am displaying this report on click of a link in the browser.
Any Ideas?
Thanks
Got answer myself!!
Changes needed to be done in ToolbarFragment.jsp.

Resources