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
I have a complex sql query i'm trying to embed into a report using the standalone designer.
It seems like everywhere I have DECLARE @aVariable the designer assumes I want that to be a parameter and then I get "The variable name '@aVariable' has already been declared...
How can I tell Telerik to allow my variables to be variables and not parameters?
Will I be forced to use a stored procedure?
Thanks!
Noticed that nupkg's are being made available while downloading the latest Telerik Reporting. After adding them to our private nuget feed, we realized that the nuget packages are missing the Telerik.Reporting.Services.Api.dll file. Was this intentional? Without it, then nuget package becomes useless to us because we still have to manually package that file with our solution.
Thanks!
I am trying to make a crosstab in the report designer which tells me the difference because two adjacent fields.
Data:
10, 15, 5
Body of Crosstab Desired:
10, +5, -10
I have tried RunningValue but I don't think that will really get me what I want.
Any ideas?
Thank you!
Hello. I have a panel that contains 3 textboxes (see TextBoxes.png). The second textbox has dynamic heigth (according the the length of the text) and I need the third ("OK") textbox to be always at the bottom of the panel (near "the last row" of the dynamic textbox) as showqn in Text.png (I need it to be in the red rectangle). How can I do that?
Thanks in advance.