Telerik Forums
Reporting Forum
1 answer
94 views
Dear Telerik,

Finally I have got my report working but I just wanted to check with you that I have done it correctly.

In my separate report class project I am hard-coding a value for the parameter ("UserID") - so that I can test it.

On the display page I am using..

 Dim report As Telerik.Reporting.Report = New eReports.MainReport()
 report.ReportParameters("UserID").Value = UsersDB.UserID.ToString       'brings back the logged in users UserID Guid

It works and overrides the hard-coded value  but is this correct form please please?

Cheers,

Jack
Stef
Telerik team
 answered on 11 Feb 2014
1 answer
44 views
hi

the url is no longer available. Where can i find this? Thanks

http://demos.telerik.com/reporting/examples/crosstab/defaultcs.aspx
Stef
Telerik team
 answered on 11 Feb 2014
1 answer
153 views
Hey,

When using the Visual Studio (2013) report designer, is it possible to preview reports where the objects in the report come from an indirect reference?  In this case, I have three projects:

- Web
- Reports
- Domain

The web project has a page (at /Home/Report) that loads a report from the Reports project.  The Reports project contains a repository that returns objects from the Domain project.  This all works swimmingly when running the report in the web site in a browser.  However, when I try to preview that report, I get the following error:

An error has occurred while processing Table 'crosstab1': Could not load file or assembly 'ReportingTestProject.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

In another thread, there's a mention that the "report constructor is executed in the context of the Visual Studio application, so the current application is devenv.exe [and] any ... references to your DAL should be ... present in the same folder."
   In this case, does this mean that these DLLs are required to exist in either the same folder as deveng.exe (or in the GAC)?  Neither of those two are an appealing option, and I'm hoping for an alternative.

Here's an example project with this setup.
Stef
Telerik team
 answered on 11 Feb 2014
4 answers
880 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
108 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
144 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
197 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
326 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
574 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
824 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
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?