Telerik Forums
Reporting Forum
4 answers
830 views
Hi

I have a WPF project that uses the Q3 2013 SP1 telerik reporting and Telerik UI for WPF v2013.3.1316.45 binaries and am getting a XamlParseException when the ReportViewer control is initialised. 

The exception message and stack trace are as follows

"'The invocation of the constructor on type 'Telerik.ReportViewer.Wpf.ReportViewer' that matches the specified binding constraints threw an exception.' Line number '8' and line position '10'."

at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at ReportViewerTest.MainWindow.InitializeComponent() in c:\Users\PeterGleeson\Documents\VisualStudio2013\Projects\ReportViewerTest\ReportViewerTest\MainWindow.xaml:line 1
at ReportViewerTest.MainWindow..ctor() in
c:\Users\Peter Gleeson\Documents\Visual Studio 2013\Projects\ReportViewerTest\ReportViewerTest\MainWindow.xaml.cs:line 25

I have created a simple sample project that replicates the issue on my computer. In creating this project I took the following steps

1. included Telerik.Windows.Controls.dll, Telerik.Windows.Controls.Data.dll, Telerik.Windows.Controls.Input.dll, Telerik.Windows.Controls.Navigation.dll
2. In the MainWindow.xaml file I located the ReportViewer in the toolbox and dragged it onto the UI. This step automatically added Telerik.Reporting.dll and Telerik.ReportViewer.Wpf.dll.
3. Ran the project.

The project can be downloaded from (removed).

A quick response would be much appreciated as we have an upcoming release

Pete








Peter
Top achievements
Rank 1
 answered on 11 Feb 2014
1 answer
104 views
Hi,
I am really frustrated.
I read all Blog posts regarding the new ASP.NET MVC Report Viewer.
I read the documentation, I read all new posts here in this forum,I tried to run the demos posted in the blogs - no luck.
I tried posted example apps attached to messages here in this forum - no luck
I tried it on my own with the Getting started articles in the Blogs and in the documentation - no luck
One example started but then I also ran into this problem http://www.telerik.com/forums/html5-reportviewer-seems-to-have-hard-dependency-on-latest-kendo-ui-version
I guess it has something to do with versions as well..
I am using:
Visual Studio Professional 2013 Version 12.0.30110 Update 1
UI for ASP.NET MVC 2013.3. 1324
Reporting 7.2.14.127
Could somebody either tell me, which version to use or provide a small demo app which I could load and run?
I need something that just loads up a trxd file in the MVC Reportviewer.
Regards,
Michael
Stef
Telerik team
 answered on 10 Feb 2014
3 answers
134 views
What im trying to achive is:

Access Reporting Rest API From a windows application and print a report silently?

It is possible to do that?
Stef
Telerik team
 answered on 10 Feb 2014
2 answers
187 views
Hello,
This is actually the first time I have tried to put a chart on a report.
There is a lot of data on the report that comes from the database, but I post process that data and gather some specific information.
A couple pieces of the information is integer values for "Completed" and "Remaining". I set up a couple report parameters to pass this information over to the report, but I cannot seem to figure out how to hook it up to the pie chart.
Any help would be appreciated.

Thank you
Stef
Telerik team
 answered on 10 Feb 2014
5 answers
317 views
I have just installed a fully licensed version of Telerik Reporting Q2 2013.  When I try to Add a New item to a project now, all I get is the "Initializing templates..." window.  The only way out is to kill Visual Studio.  This happens on VS2013 (Update1) and VS2012.  Adding a new item works on VS2010, but my project doesn't.  Has anybody else had this issue?  I have tried repairing the install, uninstalling and reinstalling, and rebooting, all to no avail.
Felice
Top achievements
Rank 1
 answered on 07 Feb 2014
4 answers
559 views
Hello,

I am using Telerik reporting in order to generate report

Now, at present i am binding the Telerik Report with the Dataset
as DataSource.

But, i want to give datasource as the table which is created from
stored Procedure in MSSQL Server 2005.

In short, i dont want to use dataset as Datasource.
I want to bind report with the Stored Procedure.

The reason behind this is, it takes too much time to bind report with
dataset.

If anybody can help me to bind report with stored procedure it will be
great.

Also, if there are any suggestions regarding how to bind report using
dataset by some method which will load report faster, that are most welcome.

Please reply as soon as possible,


Thanks,
Kunal
Nasko
Telerik team
 answered on 07 Feb 2014
1 answer
797 views
We are currently using Telerik reporting for a client and are trying to figure out how the licensing works. Currently one developer has the report designer installed and is actively working on implementing reports. However, the visual studio project requires references to telerik reporting dlls in order to run the reports that are being developed. Multiple developers will be working on this project, but in areas not related to the reporting, and subsequently need the dlls available to them in order to compile and run the project. Are we working within the license by following this?
Nasko
Telerik team
 answered on 07 Feb 2014
2 answers
53 views
I have a report I have created in Q2 2013 Reporting that looks fine on the browser, looks fine in the preview, but is not exporting correctly.  There is a giant gap between the body and the footer and I'd like it to not be there like all of my other reports are.  I have attached images of the browser, the visual studio preview, and what actually happens when the PDF is exported or printed.  Is there a setting I changed inadvertently that made this happen?  I have several other reports of similar make that do not have this giant gap and will push the footer down dynamically.  Thank you

Nasko
Telerik team
 answered on 07 Feb 2014
1 answer
758 views
How do you suppress a repeating column in a report?

My report currently looks like this:

SalesPerson  Product Quotes 
John   Cars 68 
John   Vans 25 
June   Cars 45 
June   Cycles 22 
June   Trucks 17 
Tim    Trailers 16 
Tim    Cars 45 
Tim    Vans 12 
Tim    Tractors 25 

I wish to suppress the name of the salesperson so that it looks like this:
SalesPerson  Product Quotes 
John   Cars 68 
          Vans 25 
June   Cars 45 
          Cycles 22 
         Trucks 17 
Tim    Trailers 16 
     Cars 45 
     Vans 12 
     Tractors 25 

What feature of the report designer allows me to do this? I have tried some grouping actions and it has not worked.



Nasko
Telerik team
 answered on 07 Feb 2014
1 answer
228 views
There is  a barcode in pagefootersection. I need to set its value and make it conditionally visible through code. I am able to set its value in code but to implement visible conditionally I need to use Pagenumber object and I am not able to refer this object.I can use it in design but not getting a way to refer it in code. How to refer pagenumber object in code? I want to display barcode if pagenumber=1 and set its value in code.



Babita Banerjee
Peter
Telerik team
 answered on 07 Feb 2014
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?