Hi,
The MVC viewer ReportSource Uri will expose the physical path of the report in the html source.Is there a way to hide this info?
Uri = Server.MapPath("~/ReportFiles/VehicleMaintenanceReport.trdp")This would produce the following viewer options in the html:
"report":"D:\\My Documents\\Visual Studio 2013\\Projects\\MyProject\\ReportFiles\\VehicleMaintenanceReport.trdp"
Thanks
Madani

Hi,
Could you please help with the issue of double borders as in the attached image.
Thanks
Madani


We have a WPF form with a grid full of records. The user chooses the records they want to see on a report. Once they select the items, how do i then send that collection to be the datasource behind a report so that the selected records display as a report within the Report Viewer control?
I have looked at tons of examples, and tried many different things with no luck. Please help!!!
Note: I am using 2016 Q1 Reporting.
Chase
I have Report based on objectDataSource that I use in RadGridView too. We need something like this becouse in Report are more design possibillity as in RadPrintDocument used to print directly from GridView.
Also tryed to use same list of objects - ok, I can print it perfect.
Now client wants to use some sortings in GridView. Not bad, sorting from grid can be added to report datasorce without big problems. Made!
Now client wants to have some filtering: well this can be complicated! I don't know why but filtering is not the same in radGridView and in Reporting (I really don't get it: why must be difference?): but I can make new list and use GridView.MasterTemplate.ChildRows, check if any of them have bound data and add to this new list. And after this in Report will be all showed (sortings I allready have :) )
Now Client wants some groups in grid... mmm...now it seems to be too complicated!
Question: How to make my client happy and print RadGridView in Report with all conditions?
I have read that this is not as usuall but if this is possible, please tell me! I'm open to try any solution! So for now I use RadPrintDocument and make print directly from GridView , but there are some other problems :(
We are on the latest version of Telerik Reporting Q3 2011, the version of the ReportViewer is 5.3.11.1116.
I have the following TextBox in the PageFooter of two separate reports.
Page {PageNumber} of {PageCount}
The reports are being combined in a ReportBook, and then presented in a WinFormsReportViewer.
In the Viewer, the pages show the correct {PageNumber} and {PageCount} for all pages in the reports.
When I do an Export to PDF, the PageFooters all show a {PageCount} of 0 (zero).
1 of 0, 2 of 0, 3 of 0 (for as many pages that are in my reports).
What is wrong with the PDF Export?
Hi,
I am trying to create a report with crosstab, please see attachment, the issue here is that, the cross tab has 2 groups, by year level and semester, and I am trying to put a sub total for units for each semester, but the problem, all sub totals for first semester are correct, but the subtotals for 2nd semester are wrong.