Hi all, I have 2 SQL DataSources for my Telerik reporting. In coming time may be I need more than 10 SQL DataSource. Each SQL DataSource is applied for different table and each SQL DataSource refer different table in Database. The common thing between two tables is Parameter (that is "Product Code") and it will remain common for all SQL DataSources even in Future.
I can able to successfully make the connection with database and when I run query in SQL DataSource it is giving me output but when I try to get same output in Table Wizard then I get an error: "Object reference not set to an instance of an object". Let me tell you I used same parameter for already existing two tables and I am trying to use it for third table, that time I am getting this error.
Can you please help?? Thank You
Hi Telerik, I am asking question that has already answered in some other thread but not applicable in my case. I want to display list of images horizontally EG:
Img1 Img2 Img3
Img4 Img5
I can see in other threads that I can achieve it by using Group Explorer by setting property Field.MyDataIndex/3 and Field.MyDayaIndex%3 but the field that asked for is not there in my DataSource. In my case I am only getting "FileData" in DataSource nothing else.
Can you please help me how can I achieve List of Images displayed horizontally.?
Thank You
I store the xml layout of the report in my database, and use a custom resolver to create a ReportInstance when rendering the report. This all works great.
But when I start to use the "Navigate to report" action, I can't get it to work. In the winform reportviewer, I see the correct behavior. I can click on the textbox, and the 2nd report renders. Hower in the HTML5 ReportViewer, that textbox is not a click target.
I found this post https://www.telerik.com/forums/html5-reportviewer-navigate-to-reports-action-not-working, which says that it is by design when you use a custom resolver. Is there a workaround to still make it a click-target?
Hi telerik,
I've a report view which contains Graph and has been used for a few years since 2015 without problem,
however I encountered an error after upgrading to 2017 R3 saying "lineSeries1 : X value must be null or empty when using Category Style".
I searched here and there as well as report document guide but can't have a tip.
What does that mean?
Pls refer attached my report design image and let me know what should be changed.
TIA
Kang
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