Telerik Forums
Reporting Forum
6 answers
799 views
Hey All,

  i am trying to use the Silverlight ReportViewer but I am getting a 'very nice' error on the compiling time: "The tag 'ReportViewer' does not exist in XML namespace 'clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight'."

   I am sure that I have all the assemblies references added. I got the instructions from the TelerikTV: http://tv.telerik.com/watch/reporting/video/telerik-reporting-getting-started-with-silverlight-report-viewer
  
  Funny is that after write the code below, on the design window, I can see the ReportViewer component, but when I compile the code i am getting this error...

   My configuration:
- VS 2010 RTM.
- Project is in Silverlight 4 using .NET 3.5
-Telerik.ReportViewer.Silverlight.dll version 4.1.10.921

<UserControl x:Class="SilverlightApplication3.MainPage"
    xmlns:telerik="clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight"
               
    mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="400">
  
    <Grid x:Name="LayoutRoot" Background="White">
        <telerik:ReportViewer x:Name="Report001"/>
    </Grid>
</UserControl>


Any Ideas?

Tks

Alex
PRAMOD
Top achievements
Rank 1
 answered on 09 Feb 2011
0 answers
32 views
  <>Hello All,
I would like to fetch data from an aspx page and populate the values to telerik report.
I have an application which has the values populated in "Gridview" in aspx page(A). The same aspx page has a button named EXPORT to Telerik, on clicking this button a line graph is being produced. I would like to recreate same function in a different aspx page.
I have added a new aspx page(B) and on a button click the values are moved from the page "A" (orginal aspx page) to the new page(B) and displayed in the new aspx(B) in Gridview. When I try to move this value to the report to populate the same in table format through wizard it says the source is empty. As I under stand from the Report cycle on the button click only the connection to the database is made and then the query is processed to fetch the value and populate. But for my application I need to fetch the data from aspx page(A) and move to a class file. If its a aspx page we can use cookies, cache or session to move data between the aspx pages, since its class file I am not able to populate to the class file to fetch the data for the report.
So It would be great if some one to sort out this issue for me. Since its a evaluation before the tool purchase. We are planing to use telerik reporting tool for our all applications those are in Aspx, silverlight and WPF.

Looking forward to see your reply.

Thakns in Advance!

Manish Goyal
Manish
Top achievements
Rank 1
 asked on 09 Feb 2011
1 answer
66 views
Dear Teleik Team,

I've got one open issue in my application that should be finished next week.
In my silverlight application i'm using ASP.NET authentication and i'm using the Webcontext.Current.User.UserID through the entiry application.
I've a report that should show the appointments for 1 employee so i would like to add this reportparameter, but i've searched the forum but can't find a solution.

How can i pass the current webcontext.userID as a parameter into the report?
Albert
Top achievements
Rank 1
 answered on 08 Feb 2011
2 answers
112 views
hi

    Is it possible to get report error exception information from the report viewer when an error occurs on the report processing?

for example I have a report that drills into another report and the second report is causing an error. So the report viewer displays the information about that error. What i want is for the report viwer to capture the error so i can handle this and refresh the report.

Thanks
David
Top achievements
Rank 2
 answered on 08 Feb 2011
6 answers
971 views

 

Hi,
I get the error in the title when attempting to run a report via a webviewer.
The page gives the user an option to select 1 of 5 reports to view.
Depending on selection, the report will run ok, if a different report is then selected, it may or may not run.
The reports are contained in a separate assembly that the page references, the data source is set at run time within the assembly by setting it to a dataview.
If one of a group of 4 reports run successfully, all of those 4 will run ok, but the 5th will fail. If the 5th runs ok, the other 4 will fail.
The success or failure appears to be determined by which group the first report generated on the page is from, after a rebuild of the assembly. I have tried adding a second report viewer to the page, setting the group with 1 report to only use it, but still get this issue. I tried creating a separate page for the 1 report, but still same results, error carries across pages. It appears the fresh compile of the assembly is resetting something, and then it is tying this resource at runtime with the first report selection.

Appreciate any help I can get on this,

Thanks

Daniel
Top achievements
Rank 1
 answered on 07 Feb 2011
3 answers
951 views
Hi,

I use horizontal Stacked Bars to show up to four different things.  This is working fine as long as no one has 0 as value. Than it looks like there's an extra  "0" on the stacked bar with no visible bar segment.

This is a databound chart (fed in the NeedDataSource event) using a sqladapter and all working and fine except for this which kills the credibility of the chart for users..

How do I show no number if the bar is not visilbe == the value is zero?

I've looked through the forums and found related articles from some time ago but no potential solutions seem to work for me in Q3-2010 Reporting.  I'm using VS 2010 also (VB).

Thanks in advance,
Steve
Peter
Telerik team
 answered on 07 Feb 2011
0 answers
40 views
sir,
Please tell me solution about problem in Telerik ReportViewer. I am Using Telerik ReporViewer in my Project my client want's navigation button on both side that is top and bottom. how can i provide this in ReportViewer i am using this in Silverlight 4 
PRAMOD
Top achievements
Rank 1
 asked on 07 Feb 2011
3 answers
88 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
246 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
127 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
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?