
Hi, i have only one html text box that shows data of an SQLdatasource column i detail of my report but the data displays in separated rows as below file.
but i want this numbers display next to each other to fill free spaces. how can i do this?

Dear fellows,
i have created a report with a parameter and standalone this is working as expected.
What i want to do is: add multiple reports (same type) with different parameters to following up pages in a report book
my code:
Dim reportBook As New ReportBook() Dim page1 As New prTicket.trainingtimesdriver() page1.ReportParameters("Position").Value = 4 Dim page2 As New prTicket.trainingtimesdriver() page2.ReportParameters("Position").Value = 3 reportBook.Reports.Add(page1) reportBook.Reports.Add(page2) ReportViewer1.ReportSource = reportBookAs a result i am getting two pages with the filter applied to page1. page2 is not shown or simply the parameter does not have effect.
Any suggestions where i am wrong?
Kind regards
Martin
Hello Community
I am working with Reporting using HTML5 Report Viewer. I have designed Custom Report Resolver for showing up the reports. It works like a charm. I am facing issue regarding how to pass custom error message from Report Controller. I have checked some links regarding localization given in forums which says to add JS files but i am not exactly getting how to proceed. Can someone provide code sample?
I am attempting to utilize this example to render a report inside the browser:
http://docs.telerik.com/reporting/html5-report-viewer-howto-custom-parameters
I cannot determine the proper format for passing datetime in the JSON and continue to get "Failed to convert parameter value from a String to a DateTime"
In other words here:
reportSource: { report: "Telerik.Reporting.Examples.CSharp.Invoice, CSharp.ReportLibrary", parameters: { OrderNumber: $('#invoiceId option:selected').val() } },
If I want to pass a datetime where OrderNumber is, how do I accomplish this?
I'm running Visual Studio 2013. When I click on a trdp file it launches in the standalone editor, not the VS extension.
This makes is difficult as I cannot define my connectionString properly. I cannot have the connection string embedded within the report template as I as multiple environments.
I have uninstalled/reinstalled and repaired. Nothing makes a difference. I have had VS closed during the installation and restarted.
Thanks.
How does one set the Time portion on a DateTime parameter in the standalone report designer? My 'EndDt' DateTime parameter is using 00:00:00 as the time and I need it to be 23:59:59.
Thanks