Hi,
I want a visible gap between a GroupHeaderSection and the DetailSection. What is the best way to achieve this?
I have set the height of the header and this has the desired effect however I can't use this in my case as the header has a different background color so stretching the header isn't an option.
Many thanks,
Mark.
Hi all,
Our development team are experiencing an issue of getting nullable report parameters from report viewer (HTML 5 + RESTful + TRDX).
We created reporting module by Q3 2015 of Telerik reporting library and it worked util we upgraded the libraries to the latest version. Below steps shows what we done in our reporting module.
1. Create report definition files (TRDX) by Telerik Report Design Q1 2016.
2. Generate reports by Telerik Reporting MVC, Restful reporting service and Trdx which is a very standard process and it works for reports which doesn't has any nullable parameters. Issues occurred only on reports that have nullable parameters.
3. If TRDX has any nullable parameters, we will see below errors.
=======================================================================================================================
Failed to load resource: the server responded with a status of 404 (Not Found) - http://localhost:56559/api/ReportServer/clients/092813-a9d7/instances - The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used.
=======================================================================================================================
According to Telerik document, this error is expected since we didn't define default values for those nullable parameters. However, after users entered report parameters at report viewer, the program will get parameters from UI by Javascript then it throws an exception like $('#orionReportViewer').data('telerik_ReportViewer') is undefinded.
The code of getting report parameters shows as below. It worked at Q3 2015.
========================================================================================================================
var reportSourceParameters = $('#orionReportViewer').data('telerik_ReportViewer').reportSource().parameters
========================================================================================================================
Can anyone help me to solve this problem? Its very urgent. It seems that getting report parameters by JS not works anymore if trdx has nullable parameters.
I double checked routing settings, NewtonJson versions and both report designer and reporting libraries are upgraded to Q1 2016. Did I forget to check any thing else?
Thank you
Alex
Can we change the layout of the HTML 5 viewer . Like Parameter at the top of the report instead On right side.
Also I want to display a dropdown box instead of default Listbox for report parameter.
Please let me know if it is possible
I have a master report with two subreports. The dimensions of each areabout a A4 page. I use two parameters to hide the subreports. So normaly the report should be two pages if both parameters are activated and one page if only one parameter is activated.
But I always got two pages, page one empty if only subreport two is activated and page two empty if only parameter one is activated.
I am using the following bindung für the two subreports
Subreport 1:
Subreport 2:
What can I do that the subreports will not use any space when visible=false? If I have a look at the 'HTML Redering' the space is empyt, but if I have a look at the print preview or do an export the space ist used.
The problem is that i have to create a Master/SubReport using 50 subreports where the user can select the desired subreports.
Is there a way to trigger a custom action when a user clicks on a record? Basically I have a report view showing several records. When the user clicks on a row, I'd like to execute code based on the row's ID that they clicked. Seems straight forward but I don't see anything in the documentation other than bookmarks and URLs.
Telerik Reporting Q1 2015
VS 2013
VB.net
Is it possible to have a legend based on series data points?
Peter
I have a program that gets some data from a database and prints a report to a printer on schedule. It runs unattended so there can never be user input. I have it printing to the default printer, but I'd like to print to a defined network printer (\\servername\printername).
How can I code that?
Is there any way to export my report as JPEG?
I'm used to designing my report by Telerik ASP.NET MVC report .
Hope to get some helps.Hi;
I would like to know how to build a report with a customized graph. It is specifically for a customization report but the question is general in the aspect of how to customize a graph.
An attached bitmap has been added witha graph output I'd like to achieve.
Peter