Telerik Forums
Reporting Forum
2 answers
242 views
I am trying to create a report with multiple data sources so
that I can access various fields in the report. For example, a list or a
crosstab that would display rows of aggregate data derived from different queries. So
far as I can tell, these controls can only be bound to one data source. Moreover,
the report itself can only be bound to one data source. So how do I create a
table, list or crosstab of rows that uses data from several queries?

Sequel Server Report Server (SSRS) supports this by being
able to add multiple data sources to the report and then you are able to drag
fields from which ever on you want into any textbox on the report you wish. See attached:

Mark
Top achievements
Rank 1
 answered on 26 Sep 2014
1 answer
62 views
Hi, 

When I try to open A report with the HTML5 reportviewer I get the following errors in the chrome console.

The reportviewer just show "Loading report"

This only happens on the 1 site where it is deployed, the other sites it works fine.

Hope you have some idea of where I could be looking for a solution.

Thank you 
Heinrich
Stef
Telerik team
 answered on 25 Sep 2014
3 answers
123 views
Hi!

According to the help article I created a new "Telerik.ReportViewer.Silverlight.TextResources.de.resx" file but still don't know where to place this file so that the ReportViewer is using this one.

My solution has:

a) a FrontEnd.Web project
b) a FrontEnd SL project which gets loaded first
c) many other SL projects which are loaded on demand (using PRISM)

One of these other SL projects includes the SL ReportViewer. My question: where to put the .resx file? Inside the FrontEnd.Web project, the FrontEnd SL project, the SL project that includes the ReportViewer, and should it reside inside the main directory or a Resources subdirectory?

Regards
Neils
Stef
Telerik team
 answered on 25 Sep 2014
1 answer
101 views
I have Two Report parameters
One Is Office Location it is multi select
Second is Employees

Employees will only display employees for the selected locations via a filter
How can I get a count of the Employee available values after the Filter has been applied

-Martin 
Martin
Top achievements
Rank 1
 answered on 24 Sep 2014
1 answer
228 views
Hi,

I'm trying to add Html Report Viewer using Helper using the following code

@(

Html.TelerikReporting().ReportViewer()
       .Id("reportViewer1")
       .ServiceUrl(Url.Content("~/api/reports/"))
       .TemplateUrl(Url.Content("~/html5/reportviewer/templates/telerikreportviewertemplate-8.1.14.804.html"))
       .ReportSource(source)
       .ViewMode(ViewModes.INTERACTIVE)
       .ScaleMode(ScaleModes.SPECIFIC)
       .Scale(1.0)
       .PersistSession(false)
      )

But, I have the following error "Not found : undefined"

What did I do wrong ?
Hinata
Top achievements
Rank 1
 answered on 24 Sep 2014
1 answer
81 views
Hi,

I try this document http://www.telerik.com/help/reporting/report-viewer-localization3.html
to translate the Telerik ReportingViewer but it didn't work :(

I'm in Q2 2014 SP1 (v8.1.14.804)

I put the file in Emebbed and Alway Copy but nothing...
Stef
Telerik team
 answered on 24 Sep 2014
1 answer
301 views
Hello everyone,

I saw several threads on this topic but nothing recent.  We have several reports that are already created in RDLC format, but since we are using DevCraft, I started looking into using the Reporting module to replace our current SSRS solution.

My question is: is there a way to convert our RDLC files into Telerik report definition files? 

Thank you,
Nasko
Telerik team
 answered on 24 Sep 2014
3 answers
355 views
Hello fellas

Me and my team uses telerik silverlight fine. Nowadays we are advancing from http to https. The entire project has moved https, works well! , except telerik reports. The project uses custom binding. Is there any reference which uses https?  please help.
Stef
Telerik team
 answered on 23 Sep 2014
1 answer
135 views
Hi,

I'm trying to implement a dynamic graph with BarSeries, where I do not know how many bars I really have at design time. I add 10 bars programmatically and indicate with the help of an caption, if a bar should be shown or not. But if I set a bar as not visible, there is a gap between the bars.

Is it possible to totally remove the bar from the graph at runtime, when the caption is NULL?
Hinata
Top achievements
Rank 1
 answered on 23 Sep 2014
16 answers
2.0K+ views
I created a report in the Report Designer and saved it as the .trdx file. I now want to hand off the report to the developer to integrate into our application and finish the last few parts of the report. When the developer opens the file in Visual Studio 2012 he only sees the XML. How do I import the report from the .trdx into Visual Studio 2012 so the report can be modified/updated and integrated with the application? 

So for example, when the developer creates a new report in VS2012 he gets the view similar to what I see in Report Designer. When I give him the .trdx file, he cannot get that same view, just the XML. 
Iana Tsolova
Telerik team
 answered on 23 Sep 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?