Telerik Forums
Reporting Forum
3 answers
532 views
I have a report with multiple tables. One of the tables has a dynamic number of rows and columns. Both the number of columns and the number of rows makes the table larger than one page (spanning it over 4 pages). But something is adding blank pages to the report, sort of like the other tables are wide enough to require 2 pages (but they are not that wide).

If I delete the table, the other tables render correctly. Or, if I set the paper size to 17x11 inches (big enough to hold the table on one page), I don’t get extra tables. I've set Keep Together = False on all elements of the table, panel, and section.

I attached .png's of each page. I had to block the content, but I hope it's still useful. As you can see, pages 2, 4, 6, and 8 have the page number in the footer, but are otherwise blank. They shouldn't be in the report.
Stef
Telerik team
 answered on 26 Jul 2016
2 answers
250 views

How to add  the graph in table cell ?? ..( like Tablelayout panel )

i want to add a more than 10  graph programmatically in row and column manner.so tried to add the graph into table cell , but it not accept the graph control.

please give any idea .....

Katia
Telerik team
 answered on 26 Jul 2016
5 answers
827 views

I am very green with reporting in general.

I am using VS2013 to design a simple report.

- I created a report and a data source.

- I added a report parameter and a data source to show a list of available values.

 

My question:

1) How do I take the report parameter and tie it to my data source?

 

For example the data source is simple "SELECT * FROM BOOKS"

I would like to set up as "SELECT * FROM BOOKS WHERE BOOK_TYPE  = [MY PARAMETER]"

I manually added the following to my SelectCommand for the data source

SELECT * FROM BOOKS WHERE BOOK_TYPE  == Parameters.ReportCodeParam.Value

However that didn't work.

On the data source I also see a Parameters property.  When I go to that property I don't see the parameter that I created on the report.

 

Please advise.

 

Katia
Telerik team
 answered on 25 Jul 2016
9 answers
1.5K+ views
Hi,

Is there a way to set the value of a multivalue parameter in the data source wizard for debugging purposes?  The design time property value I mean.

Thanks,
Darren
Stef
Telerik team
 answered on 25 Jul 2016
7 answers
584 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
383 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
171 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
203 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
319 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
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?