Telerik Forums
Reporting Forum
3 answers
87 views
Report run nicely on localhost but produced the following error message when we run on server (production). It happened after we upgrade from  5.3.12.119.

Could not load type 'Telerik.Reporting.Processing.ParametersManager`1' from assembly 'Telerik.Reporting, Version=6.2.13.110, Culture=neutral, PublicKeyToken=a9d7983dfcc261be'.

at Telerik.ReportViewer.WebForms.ParametersPage.OnPreLoad(EventArgs e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


Please help
Petio Petkov
Telerik team
 answered on 05 Apr 2013
17 answers
1.1K+ views

Hello,

I have a Silverlight report viewer to render the report from a class library within the same solution as the Silverlight project, following your best practices guide for creating reports.

In general I need a report to connect to multiple database(s) based on user selected options in a Silverlight application.  I also have a Report Parameter which runs a SQL query on the database and returns a list of data that will be used to filter the report data. I’m having difficulty dynamically changing the connection string to the database, the report parameter still points to the initial database set during design time. It seems the report parameter can be accessed only in need_datasource event, but the report parameter needs this connection string to display the list of data that will be used to filter the report data.

 1)      Is there a way we could set reportParameter  AvailableValues.DataSource in the need_datasource event or dynamically.

2)      Is there a way to pass this connection string  into the constructor in order to set the reportParameter in the constructor. Setting the value here seems to work but I cannot pass a value into the constructor.

3)      Is there different design approach that we should be using?

Thanks for your help in advance.

Thanks,
James.

Hadib Ahmabi
Top achievements
Rank 1
 answered on 05 Apr 2013
1 answer
268 views
Hi,
I have a telerik report with checkbox column(Tabular Design), designed by using table wizard. The horizontal row line is not shown only in the checkbox column. Why?. Find the attachment.



Thanks & Regards
Anzar.M
Petio Petkov
Telerik team
 answered on 05 Apr 2013
2 answers
250 views
I'm getting some extra pages when I export to Word.

I was getting this previously when an item exceeded the width of the page, but I cannot identify this as the existing problem.
When I change the background color of items to see if any exceed the page width, it appears that the item may calculate too wide, but renders within the page width so the finished rendered product is correct, but the extra page break has already been triggered.

I have a bunch of tables that are stacked (about 12) and some do not render because they lack content on specific loop iterations.  
I apply a post init cleanup that re-stacks the tables so that they are right on top off each other but stepped by a couple pixels so they will display properly by auto growing without extra white space when a table isn't rendered.

This issue does not happen when exporting to PDF, RTF or when I change the page width, but the vertical padding is different so I'm assuming its how the Height is calculated from the Auto Grow.
Steven
Top achievements
Rank 1
 answered on 05 Apr 2013
2 answers
82 views
Hi, 

I'm consulting a table from my DB with 500 registers, but in my report viewer only show 2 pages. How I can configure to my report viewer show all items?

I'ts my source code:


        private void carregareRelatorio()
        {
            Telerik.Reporting.UriReportSource uriReportSource = new Telerik.Reporting.UriReportSource();

            uriReportSource.Parameters.Add("Empresa", Session["Empresa"]);
            uriReportSource.Parameters.Add("Status", Session["Status"]);
            uriReportSource.Parameters.Add("DataInicial", Session["DataInicial"]);
            uriReportSource.Parameters.Add("DataFinal", Session["DataFinal"]);
            uriReportSource.Uri = "RelatorioBeneficiarios.trdx";

            rwBeneficiarios.ReportSource = uriReportSource;
        }
Ricardo
Top achievements
Rank 1
 answered on 04 Apr 2013
1 answer
274 views
hi ,

I have to display the report in telerik report designer standalone , with multi value for parameter i have passed multi value in report parameter editor with data type string and it has subreport i have given here also as string type, but when i preview the report it s showing the error as "input value for parameter is incorrect". How to resolve this ,


and my requirement is ,

when i selected multiple in parameter dropdown
 report has to display as ,
Example,

Parameter 1
table 1
table2
Note : Parameter 1 has to bind with table 1 and table 2
Parameter 2
table 1
table 2
Note: Parameter 2 has to bind with table1 and table 2

Please help,

Thanks in advance
Petio Petkov
Telerik team
 answered on 04 Apr 2013
3 answers
131 views
I don't think it's possible, but I would like to inherit parameter and external style sheets from my base report.
I basically have a base report that has common stuff that I always put in the header and footer and all my new reports use that as a base.  That works great, but it doesn't seem to work for parameters or stylesheets.
Everytime I rebuild my report it always adds another stylesheet to my report.  I assume it's grabbing it from the base and sticking it in there.  Same with parameters.  There are a few parameters that I always use in all my reports, like username and token for security.  It would be nice if it could inherit those.  
Elian
Telerik team
 answered on 04 Apr 2013
1 answer
402 views
Hi Telerik Team!

I´m trying generate a master report with subreports, the subreports are tables but every table are generated with differents numbers of columns and every subreport the datasource is one datable, there is one solution for this? 

Thanks.

Regards
Petio Petkov
Telerik team
 answered on 04 Apr 2013
1 answer
40 views
how I can get the value of a column as row number, to put in another column or do a calculation with this value
Petio Petkov
Telerik team
 answered on 04 Apr 2013
1 answer
56 views
Where can I find information on what browsers and versions are supported by the report viewer?
IvanY
Telerik team
 answered on 04 Apr 2013
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?