Telerik Forums
Reporting Forum
3 answers
91 views
Thanks in advance for reading this... and for any help that you can be.

Realizing that there are 2 different xaml parsers in play here, (though I am told they are going to standerdize to one in the next version of VS / Blend), I get a namespace resolution error - "The name "ReportViewer" does not exist in the namespace "clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerick.ReportViewer.Silverlight"

The tag in the xaml page is :
       
<telerik:ReportViewer  x:Name="ReportViewer1" 
Width="Auto"<BR>              
ReportServiceUri="../ReportService.svc"<BR>              
Report="Cavatica35ReportsLibrary.Relationships, Cavatica35ReportsLibrary, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/><BR>
The namepace decleration at the top of the xaml page is: 
        
xmlns:telerik="clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight"  

Any Ideas?

Thanks again...
-Deva

Massimiliano Bassili
Top achievements
Rank 1
 answered on 07 Feb 2011
4 answers
252 views
Hi there,

We are using Telerik_Reporting_Q3_2010_v4_2_10_1221_dev within a ASP.NET MVC 2.0 project for some custom reporting. All seems to be working well, but there are issues when the reports are being exported to excel, specifically with the filtering functionality within excel itself. I have attached a screenshot regarding the issue, but very simply it seems like excel is not recognising the values to be used as filters per column, so one is unable to actually filter based on any values.

Any ideas why this may be happening? Have not tested it on other similar projects, but I assume it may simply be down to how we design our reports.

Thanks in advance,

-Pat Ramadass
Steve
Telerik team
 answered on 07 Feb 2011
0 answers
138 views
I have a gridview with a linkbutton for every record which allows my users to print an instruction report based on the selected rows ID field. My users are saying they would like to be able to select several of the rows and then click one button that would print all selected rows. I'm trying to come up with a solution but am drawing a blank. Any suggestions?
Here is how I am setting the reports parameter, as you can see there is only one parameter which is the WorkOrderID of the selected row.
I have a class for printing the report as a pdf document rather than a report viewer if that makes any difference. Thanks for any help.

Partial Public Class RwpInstructions
    Inherits Telerik.Reporting.Report
    Public Sub New()
        InitializeComponent()
  
        Dim cs As New ConnString
        Me.SqlDataSource1.ConnectionString = cs.AAIOMSConnString()
    End Sub
    Public Property setWorkOrderID() As Integer
        Get
            Return CInt(Me.SqlDataSource1.Parameters.Item("@WorkOrderID").Value)
        End Get
        Set(ByVal workOrderID As Integer)
  
            Me.SqlDataSource1.Parameters("@WorkOrderID").Value = workOrderID
        End Set
    End Property
End Class
AkAlan
Top achievements
Rank 2
 asked on 05 Feb 2011
1 answer
337 views
I've got a form letter/report that is using an htmltextbox for the main body of the letter. It has a few paragraphs using just <p> tags and a couple of ordered lists, <ol>. The report looks fine when I preview it in the designer, but when I view it in the html previewer or on a web page with the ReportViewer the styling for the paragraphs don't appear. Mainly there's no spacing between the paragraphs. If I print or export to pdf the spacing is there. I also have a style on the ordered list, style="list-style-type: lower-alpha", which works in the editor but not anywhere else.

Not sure how to figure this out, its a very simple report. All help is appreciated.
Peter
Telerik team
 answered on 04 Feb 2011
2 answers
93 views
Hello,

I am having a problem with the Report tool in my ASP.Net application.
I already found your KB artikel about this issue, but as far as i can see that those options arent valid in this case.

My application runs on 3 different servers.
1. my development machine, works like a charm.
2. Our "live" test server. customers use this to test out new releases and patches. Here it also works like a charm.
3. Live enviroment. In 90% of the cases we get this error.

What happens:
In a multipage report it can happen that page 1 works, page 2 doesnt and page 3 works again. If i would run the same report 1 minute later it could happen that it wont load at all.
Sometimes, images wont show up in the report. Barcodes sometimes render, sometimes they dont.

What could this be?

Regards,
Jelte

Massimiliano Bassili
Top achievements
Rank 1
 answered on 04 Feb 2011
1 answer
92 views
Hi

I am using Silverlight and render reports via Telerik Silverlight ReportViewer. Everything works fine except when the data is large (5000 rows). The report starts getting data and display the busy animation. After a while it just throws an exception "An exception occurred during this operation, making the result invalid. Check InnerException for exception details"

Is there something I can do for larger data?
How can I view the Inner exception, because the error it currently gives me, means nothing to me?
Steve
Telerik team
 answered on 04 Feb 2011
1 answer
592 views

Hi Support Team,

I am using Telerik reporting V4.2

 

Value

Vertical Relevance (%)

200

20

300

30

500

50

Total

1000

100

 

I want to calculate vertical relevance field as shown in above.

Formula:

Vertical relevance = (Value/ Total value) * 100

Example: (of first row)

                20% = (200/1000) * 100

I am get not sum (total value = 1000) at row level, it return 200 for total.

 Please help me to calculate Vertical relevance.

Thanks in advance for support.

- Kalpesh

Peter
Telerik team
 answered on 04 Feb 2011
0 answers
55 views
Hello,

When I remove the report project (in fact, Unload Project) of my Silverlight/Web projets, everthing works nice.

When the report project is include in my project, after about 5 ou 6 minutes, every access to my DomainService become denied (every DS have [RequiresAuthentication]).

Someone call tell my why???

Louis Bouchard
Top achievements
Rank 1
 asked on 04 Feb 2011
1 answer
38 views
Hi ,
      We are using the telerik reporting q2 2010.In that ,I have used the Action property for Navigate to report purpose.We have one reportviewer , by clicking one field of the main report it will open the another report within the same reportviewer.I got the error message "
Report is unavailable or session has expired.
--------------------------------------------------------------------------------
Please, refresh the page

"
while I have click the browser's back button at first time in the second report(report within the report).After that it is working fine.

Thanks in Advance.
Seeni
Peter
Telerik team
 answered on 03 Feb 2011
3 answers
173 views
I have a report with a PictureBox in the PageHeaderSection.  I've set a border color, style, and width for all four sides, and three sides render as expected, but the right side is missing.

Here's a screenshot of it in design mode: http://comsimplicity.com/SCREENSHOTS/Telerik/PictureBoxBorderDesignMode.gif
And here's one of it in HTML preview mode: http://comsimplicity.com/SCREENSHOTS/Telerik/PictureBoxBorderPreviewMode.gif

The .gif itself is 205x85 pixels, and I've tried widening the PictureBox way beyond that width.

Any clues?
Hrisi
Telerik team
 answered on 03 Feb 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?