Telerik Forums
Reporting Forum
6 answers
224 views
I am unable to perform any exports in my reports that are displayed correctly in the html5 viewer when running locally in Visual Studio Development.  My reports are classes (not trdx).  I am using mvc.  I have the reporting api (exact copy as in the examples (they have a map path to \reports even though I am using classes so this may be the issue).   The message that I receive when I press the export pdf (or any other option) in chrome is:

{"message":"An error has occurred.","exceptionMessage":"Method not found: 'System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<System.String,System.String>> System.Net.Http.HttpRequestMessageExtensions.GetQueryNameValuePairs(System.Net.Http.HttpRequestMessage)'.","exceptionType":"System.MissingMethodException","stackTrace":" at Telerik.Reporting.Services.WebApi.ReportsControllerBase.GetResponseContentDisposition(HttpRequestMessage request)\r\n at Telerik.Reporting.Services.WebApi.ReportsControllerBase.GetDocument(String clientID, String instanceID, String documentID)\r\n at lambda_method(Closure , Object , Object[] )\r\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass17.<GetExecutor>b__10(Object instance, Object[] methodParameters)\r\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments)\r\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.<>c__DisplayClass5.<ExecuteAsync>b__4()\r\n at System.Threading.Tasks.TaskHelpers.RunSynchronously[TResult](Func`1 func, CancellationToken cancellationToken)"}

In ie it simply says that it failed.

I imagine that I have failed to do something simple in some setup.

Thanks,
Thom
Stef
Telerik team
 answered on 28 Aug 2014
1 answer
177 views
Hi,
I have a master report with chart, chart has customer name and amount of purchase. I want to click on chart and pass customer name to detail report as a parameter to show more detail about that specific customer. I used action to point to detail report but i dont know what is the format of passing parameters in report designer. I assume this is doable in stand alone mode. I dont want to get involved in Visual studio

I really appreciate your help
Stef
Telerik team
 answered on 28 Aug 2014
4 answers
1.5K+ views

I have two tables, one with the header Name, and the other showing the projects associated with each name. I want the Name table to show only one value for name, with all corresponding projects listed in the 2nd table. However, where there is more than one project per name there will be that many duplicate names, which I don't want.

It seems that this might normally be solved by grouping, however if I group these table values together I get repeating table-headers that I don't want also.

So is it possible to prevent duplicate data in an expression, rather than grouping? Where my current expression for the name is:

= Fields.[Name]

...these are my pseudo-code ideas for expressions to solve this:

  • = Fields.[Name] DISTINCT
  • = Fields.[Name] WHERE Fields.[Name] <> Previous(Fields.[Name])
Nasko
Telerik team
 answered on 27 Aug 2014
1 answer
736 views
Hi
I am working on winforms project I have table that contains full month attendance records for all employees (from first date to Last date)
my requirement is to display report pivot on date field for every date in month.
Please Help
KS
Top achievements
Rank 1
 answered on 27 Aug 2014
2 answers
94 views
Hello !

I'm using WPF Telerik Reporting Q2 2014. I've added Action = ToggleVisibility to one of the textbox and set the respective toggle targets. Is there a simple way of maintaining the scroll position of the report when the toggle targets are expanded/collapsed ? 
Josh
Top achievements
Rank 1
 answered on 27 Aug 2014
2 answers
375 views
Hi guys, Im new to telerik reporting so forgive me here.

Im running Visual Studio 2013 Ultimate with .NET 4.5.1. I have installed Telerik Reporting Q2 2014 8.1.14.620
Following the instructions for creating a new report, within my existing project, right click on my Reports folder within my class, and selecting Add/Add New Item, I get the Add New Item dialogue. However the only option in there related to Telerik is "Telerik Scenario". I dont see Telerik Report Q2 2012 as I would expect.

Ive double checked that I do have the following Zip files (Telerik_Reporting_Q2_2014_8.1.14.620_Blank.zip,  Telerik_Reporting_Q2_2014_8.1.14.620_Import.zip, and Telerik_Reporting_Q2_2014_8.1.14.620_Wizard.zip) in the Program Files (86)\Microsoft Visual Studio 12.0 \ Common 7 \ IDE \ Item Templates \ Visual Basic \ Reporting folder

Any assistance to get me going with using the Report Editor/Wizard within Visual Studio is much appreciated.

Thanks!
Sharon
Peter
Telerik team
 answered on 26 Aug 2014
2 answers
412 views
I'm using the HTML5 Report viewer, and I have been able to get my generated report into the viewer with parameters ect...

When i hover over the export button the dropdown menu doesn't pop up anymore.  

The following pictures shows my example against the demo examples.

The demo:



My example:
Stef
Telerik team
 answered on 26 Aug 2014
3 answers
267 views
Greetings,

I'm using Telerik Reporting version 8.1.14.804 (Q2 2014 SP1) in an ASP.Net Web Forms application, inside Visual Studio 2012 (Ultimate 2012 Version 11.0.61030.00  Update 4).
I created a simple report that fetches data from an entity data source that uses a DbContext class in the project.

The report works as expected, but in design time, when I try to preview it, an error message is displayed saying:
An error has occurred while processing Table 'table1': An error occurred while
invoking data retrieval method. Try restarting Visual Studio. -------------
InnerException ------------- No connection string named 'DbContext' could be
found in the application config file.


Where DbContext is the name of my code first context class.

I uploaded a demo web application that demonstrates the problem here:
http://www.wikifortio.com/825288/ReportsSample.zip
I removed the bin directory but Nuget should settle this.

How to resolve this issue?
Stef
Telerik team
 answered on 26 Aug 2014
3 answers
80 views
Hi, 

I have 2 questions. 
1. I am not able to put 2 crosstabs (using same Cube DS) on a single page. If I am creating 2 reports for each, it works fine. When on single page it is throwing Access Denied error. Also, there are many instances where this Access Denied error I was getting. But I work around those. Now, I want to know if it is not possible to keep 2 ( i want many) crosstabs on single page? Note: 2 crosstabs on Review is working fine. The error is only when trying run the application. 

2. What is the best possible way to get a tooltip when keeping the cursor on a bar graph or a pie graph in runtime? 

Regards, 
Amit
Hinata
Top achievements
Rank 1
 answered on 26 Aug 2014
1 answer
510 views
While working in the standalone Report Designer (Q2 2014), I encountered an issue while trying to set up a datasource for a new band report. What I'm trying to do is set up a SQL stored procedure as a data source. I'm able to select my normal connection string, and I'm able to select my stored procedure from the dropdown list and run a successful test query against it. The problem is that after I exit the wizard the Data Explorer Window does not show my data source or any data fields associated with it; as if there was no data source. So far I've tried setting it up from the wizard dialogue that appears when setting up a new report, as well as from the properties window of an unconfigured data source. (I've attached an image showing what the screen looks like after trying to set it up)

Has anyone else run into this? If so, does it only trigger for certain types of stored procedure? (I ask because this has only happened for one of my stored procedures so far.)

Report Designer Version: 8.1.14.804 
OS: Windows 7 Professional (64-bit)
Peter
Telerik team
 answered on 26 Aug 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?