Telerik Forums
Reporting Forum
3 answers
408 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
178 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
219 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
328 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.3K+ 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
175 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.1K+ 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
273 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
95 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
1 answer
767 views

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

Stef
Telerik team
 answered on 21 Jul 2016
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?