Actually multi value parameters is not supported on WebServices source. Multi value are passed as [string1,string2] instead of $paramName=string1¶mName=string2. Multi value has to be passed on query string on correct way!
Add the new Crystal theme to the theme ResourceDictionaries available for the WPF and Silverlight ReportViewers.
When a report with a document map is reloaded due to parameter change, the currently selected position in document map tree is lost and the current page number is reset to 1. Preserving the page number does not make sense, because changing a parameter may change the rendered pages count, hence there is no guarantee that the same page number will correspond to the previously examined page.
However, the viewer can persist the currently selected items hierarchy in the document map tree and try to select the same nodes after the report is reloaded. This would be particularly useful in Report Book scenarios where the book will navigate to the same report once the parameters are changed.
Steps to reproduce the problem:
1. Open the Report Book demo.
2. Navigate to Dashboard report by clicking the third item in the Document Map pane.
3. Change a report parameter, i.e. select 2002 in the Year parameter editor.
4. The viewer reloads the report book and navigates to its first page, clearing the highlighted items in Document Map pane.
Export options can be limited through the application configuration file, where the settings will be applied to all viewers and for all reports. For more info: Limit export options in ReportViewer to certain format only.
It would be nice to have specific export options per report without the need of building custom UI to handle the export.
While configuring the WebServiceDataSource with the wizard if an error occurs on the Preview page, show the setup request details.
During runtime show the request details in the application trace.
Allow the WPF viewer theme to be set using resources for the current window instead of setting resources on application level. Now the theme can be set using <Window, but this approach will not work for the Search window, which is a separate window and therefore fails to resolve its styles.
As for now, from the supported rendering extensions, only the PDF renders a document map as Bookmarks pane. All other rendering extensions ignore document maps.
It would be nice to have Document Map in Word documents too.
Good afternoon. When I export a report with a crosstab that contains vertical titles to PowerPoint, the titles are not visible. Please could you help me fix it. Thank you.
If during the report rendering stage, one or more of the required entities in the File storage were removed/deleted by third-party software, it will prevent the report from finishing the rendering and throws a NullRefereceException:
System.NullReferenceException: Object reference not set to an instance of an object.