Yesterday I installed a service pack of new version of Telerik (Telerik_Reporting_Trial_Installer_R3_2016_SP1_10_2_16_1025) as suggested by Telerik to resolve few bugs in version R3_2016_10_915 - After the upgrade, when i opened my application where the report viewer is plugged in, it asked to run upgrade wizard and it upgraded files on my machine, please see attached (Telerik Upgrade Wizard.png) to see list of files it upgraded - Though doing all this resolved my initial issue, but now in report viewer in our web api, it is showing tool bar at the bottom of the viewer which is kind off odd.
Can you please guide me how shall i re-position my toolbar for it to appear on the top again -

Hi there
I tried different setting for docking and anchoring but the panels in exported report are always overlapping instead of „stacking“.
Can you please help me with this issue?
Many thanks
Markus
Hi,
So the report I'm trying to create is kinda funky, and I've found that a table seems to be my best bet for this, but I can't quite get the subreport to do what I want it to do. So here's the basic layout:
________________________________________________________________
|Detial|Detail |subreportdetail | subreportdetail |detail | detail | detail|
|_____|_____________|______________|_____________|_____|_____|_____|
Unfortunately, the vertical lines are a must, and must grow with the detail section. Is there a way to do this or am I just gonna tear my hair out?

The report I'm trying to create now has information from a .ini file which is housed on the server. This is all the information I need, so other than grabbing all the text out of the file and putting it in the textbox is there a way to just use the file as the page footer for the report?
Thanks in advance

I want to pass a param from html5 viewer to the report book,then generate the report,like this
var p=params.split(',');
foreach(var c in p)
{
var bill = new ReportBill();
bill.ReportParameters["BillCode"].Value = c;
this.Reports.Insert(0, bill);
}
but i cant find any way to pass it,can anyone help me?
I want to create a custom MyResolver : IReportResolver
in method public ReportSource Resolve(string report)
the report string is a type name ,how to resolove it ?
Hello, I am on the latest version of Reporting and have noticed that reports that were once working, are no longer displaying any data. I go in and configure the datasource, execute the source while still in the wizard, and it returns a 100 rows. I finish the datasource wizard, run the report, use the same parameter's and nothing returns in the detail.
I then create a new report (which creates a trdp file), literally copy and paste the datasource, the fields, create the same parameter's, run the report and all the data is displaying.
So it seems that the detail's form is broken. Is this a known issue?