Telerik Forums
Reporting Forum
1 answer
67 views
Hello. We are using the ReportViewer control in Silverlight to call into our class library that has a report definition. Our Telerik.Reporting.dll is version 4.2.10.1221.

I have a textbox in my report. I am setting the value of the textbox to be a parameter passed into the report. When the user displays the report, I want the end user to be able to go into that textbox and change the contents of the textbox (if that's what he/she wants) before printing the report. Is this possible? From everything I can tell, everything on a report is read-only and cannot be changed by the end user. If this currently isn't possible, are there any plans to support this in a future version?

Thanks in advance.

Peter
Telerik team
 answered on 17 Mar 2011
3 answers
184 views
Hi,

I am facing a design problem while exporting to excel in report viewer.

Actually the data is coming correctly and i had given an image in the header which is not visible in the excel.

In report i had given this image in Report Header section.

Please provide us some solution.

Thanks in advance.


Milen | Product Manager @DX
Telerik team
 answered on 17 Mar 2011
3 answers
511 views
I am using reporting version 4.1.10.921. I have been getting this message since I upgraded a while back. I have not been able to fix but left alone since all was working. Well, it has caught up with me and now we have no reports and I get the error below:

'ReportViewer' is ambiguous in the namespace 'Telerik.ReportViewer.WebForms'

I checked webconfig and all telerik.reporting versions are correct. I checked dll's and all versions are correct.  Any ideas?

Dwayne Starkey
Top achievements
Rank 1
 answered on 17 Mar 2011
1 answer
153 views
Hello,

I have  a problem with chart series label format. I have set DefaulLabel Value to #Y{N2} and in designer mode it looks OK, but when i run the preview, values have more than 2 decimal numbers and my chart layout is messed up. I have attached images for better understanding of the issue.

Peter
Telerik team
 answered on 16 Mar 2011
2 answers
130 views
I'm creating a VS 2010 Silverlight 4 web application and plan to compile to 64bit for use on our IIS7 server (64bit).  We have the the Q3 2010 release of Telerik Reporting, does this support Silverlight 4 and 64bit compile?

Thanks, Rob.
Rob Ainscough
Top achievements
Rank 1
 answered on 16 Mar 2011
2 answers
194 views
Ive created a new report from a sql statement.

the statement runs in the wizard & all looks good, but when i go to the preview tab, i get the swirly 'generating report" but then i get the message
"Input string was not in a correct format"

I'm unsure where I should be looking for this error??

This is a new project where im following the tutorial (except for the SQL statement)

with thanks
michael
Peter
Telerik team
 answered on 16 Mar 2011
3 answers
132 views
Hey,

I have an issue generating .pdf reports with the Telerik reporting software. The problem is that I've changed the font size in the code behind of the report but this isn't shown in the pdf, which still has the old font size.

Please see the screenshots for an example. Please dont mind the Dutch. I added numbers so it's easier to see.

So I changed the font of some of the text fields like this:

 TextUserControl.Style.Font.Size = new Unit(12);

And in the .pdf file it´s still about 16 points.
What can I do to fix this?

Thanks.

PS. I'm using the Silverlight tools.
Steve
Telerik team
 answered on 16 Mar 2011
0 answers
50 views
Hi please, how can sorted a graphic up to down


Thank you
Roger
Top achievements
Rank 1
 asked on 15 Mar 2011
2 answers
106 views
I have a report where I am including 2 subreports into the detail section of the parent report.  The problem is that when running the parent report everything works up until the 2nd subreport is processed.  For some reason subreport 2 is retaining the datasource for the subreport 1. When the detail section is processed for subreport 2 if throws exception because the dataset is for the first subreport.
Here is the method:
In Sub New of the parent report I set the 2 supreports report source:
Dim subRpt1 As ReportServer.subrptContacts = New ReportServer.subrptContacts
srContacts.ReportSource = subRpt1
Dim subRpt2 As ReportServer.subrptCFR = New ReportServer.subrptCFR
srCFRs.ReportSource = subRpt2

 

 

sqlContacts.ConnectionString = strConn
sqlContacts.SelectCommandType = SqlDataSourceCommandType.StoredProcedure
sqlContacts.SelectCommand = "get_contacts"
sqlContacts.Parameters.Add("@p_activity_id")
sqlContacts.Parameters("@p_activity_id").Value = USER2
Me.DataSource = sqlContacts

 

 

subRpt2:

sqlCFRs.ConnectionString = strConn
sqlCFRs.SelectCommandType = SqlDataSourceCommandType.StoredProcedure
sqlCFRs.SelectCommand = "get_cfrs"
sqlCFRs.Parameters.Add("@p_activity_id")
sqlCFRs.Parameters("@p_activity_id").Value = USER2
Me.DataSource = sqlCFRs

 Why is the second subreport not using the dataset I am assigning???

Robert
Top achievements
Rank 1
 answered on 15 Mar 2011
6 answers
461 views
Hi! I am looking at the demo app where the main page is the report catalog, and each report name has a view report link, I dont see no code behind the View Report link. Is there a demo that shows the Report Catalog? I would like to display a grid with list of customers and in earch row have a ViewReport link, so when they click on the link they can see the Specific customer report based on his id.  Thanks.
John
Top achievements
Rank 1
 answered on 15 Mar 2011
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?