Telerik Forums
Reporting Forum
7 answers
535 views
I have a report with a multivalue parameter. It works fine in preview. But I tried to pass selections from my own multi-select combo box (selection is string type) from jQuery.fn.telerik_ReportViewer, it doesn't work, see below. What's the correct syntax ?

$("#reportViewer1")
                  .telerik_ReportViewer({
                      serviceUrl: "api/Reports/",
                      templateUrl: 'ReportViewer/templates/telerikReportViewerTemplate.html',
                      reportSource: {
                          report: "ReportLibrary.test, ReportLibrary",
                          parameters: {                               
                              para1: " 'test1', 'test2'"                     
                               }
                      },
                      viewMode: telerikReportViewer.ViewModes.INTERACTIVE,
                      scaleMode: telerikReportViewer.ScaleModes.FIT_PAGE_WIDTH,
                      scale: 1.0,
                      ready: function () {
                          //this.refreshReport();
                      }
                  })

















































Stef
Telerik team
 answered on 25 Jul 2016
3 answers
324 views
I am using a datetime as the control for a group. It seems that the group control does not use the formatted value of the value as the grouping criteria.  So, how can I get a group to only group on the date part and not on the datetime part?

 
Katia
Telerik team
 answered on 25 Jul 2016
1 answer
151 views

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?

 

 

Katia
Telerik team
 answered on 25 Jul 2016
1 answer
175 views

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 = reportBook

As 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

Martin Gartmann
Top achievements
Rank 2
 answered on 25 Jul 2016
5 answers
284 views
After migration from VS 2010 to VS 2013, my report return javascript error. The installed version is telerik reporting Q1 2012.

SCRIPT5009: 'ToolbarImageButton' is undefined

ReportInterventi.aspx, line 591 character 13
SCRIPT5009: 'ToolbarImageButton' is undefined

ReportInterventi.aspx, line 603 character 13
SCRIPT5009: 'ReportToolbar' is undefined

ReportInterventi.aspx, line 608 character 10

SCRIPT5009: 'ReportViewer' is undefined

ReportInterventi.aspx, line 631 character 7

Does anyone have suggestions?
Thanks for the help
Monic
Stef
Telerik team
 answered on 22 Jul 2016
5 answers
1.2K+ views
When a report is huge (> 50 Pages), I always receive an error message : Request Timeout.

I checked my query from backend. It takes only 4 second the get the result.

I have tried to change the SQL select command's Command timeout = 1200.

What setting I can changed to extend the timeout so that report viewer can shows the result?

Thanks
Stef
Telerik team
 answered on 22 Jul 2016
1 answer
129 views
hi.
I have a report that have 1 group, in detail of this group i have 1 textbox that get data from sqldatasource. i want this textbox to show data next to each other but it shows them in seprated rows.
for example this textbox should show all names.
supposed:
Dave     Matt     Nick     Beth
Jack      ......
But result is:
Dave
Matt
Nick
....
How can i solve this?
Regards
Stef
Telerik team
 answered on 22 Jul 2016
13 answers
1.0K+ views

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?

János
Top achievements
Rank 1
 answered on 21 Jul 2016
1 answer
224 views

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?

Stef
Telerik team
 answered on 21 Jul 2016
1 answer
65 views

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.

Stef
Telerik team
 answered on 21 Jul 2016
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?