Telerik Forums
Reporting Forum
1 answer
1.0K+ views
How to add multiple data sources to the same section/Different sections in a telerik reporting.
Nasko
Telerik team
 answered on 28 Aug 2015
1 answer
137 views

Hi all,

 I have a TRDX report, and several chart diagrams on it. But since I create and form datasource for report dynamically in code-behind, I would like to know whether it is possible to bind the additional datasource in code-behind dynamically to the chart, without setting it in Telerik Report Designer?

Nasko
Telerik team
 answered on 28 Aug 2015
1 answer
511 views

I have a MVC project. I created a report successfully, but I can't get a report viewer to work.  In my view I have the line

@(Html.TelerikReporting().ReportViewer()

​When I run the project, I get the error

CS1061: 'System.Web.Mvc.HtmlHelper<dynamic>' does not contain a definition for 'TelerikReporting' and no extension method 'TelerikReporting' accepting a first argument of type 'System.Web.Mvc.HtmlHelper<dynamic>' could be found (are you missing a using directive or an assembly reference?)

I've tried setting CopyLocal = True on all the Telerik references, copied all the Telerik reporting files to the bin folder, added using lines to the view, but nothing seems to work.  I'm about to give up on Telerik reporting.  Any suggestions on what I can do to get this to work?

Nasko
Telerik team
 answered on 28 Aug 2015
2 answers
730 views

Hi

I'm generating a dynamic table and am also exporting this to excel and PDF. Everything is ok when exporting to pdf. But when I try to export to csv, the file is generated as a single column with only the value, no columnheader.

 

So I started with the exampleapplication found at http://www.telerik.com/forums/dynamic-table-in-telerik-reports and altered it so it has and export button to csv. You can find it here: https://www.dropbox.com/s/ibl54sobc9tj6ga/AutoGenerateColumns.zip?dl=0

. The file it generates is also in the csv. Could someone help me with generating a csv with columnheaders and the column and rows like the preview?

Nasko
Telerik team
 answered on 28 Aug 2015
1 answer
717 views

Can I use just the parts of Telerik Reporting necessary to open a Telerik Reports template, fill it with data, and export it to a PDF in Xamarin Cross-Platform?  I don't need a report viewer to render the report on the mobile platforms, or any other reporting functionality.

More info - I have people filling out forms on the web and on mobile devices.  The forms have a standard printout but each section can expand so I can't use PDF forms directly. instead I used Telerik Reports on the web platform to generate pdf files with expandable sections (and unknown page counts).  Now I need to generate those on the mobile platforms (Android, iOS, and soon Windows Universal).  However, these have to work offline so I can't generate the PDFs via a web service.

Thanks,

John H.

Nasko
Telerik team
 answered on 28 Aug 2015
1 answer
207 views
How to re add labels group header section after deleting it from a report.
Nasko
Telerik team
 answered on 28 Aug 2015
1 answer
86 views

I posted this in the sticky above about updating but since those are ancient threads, I'm not sure they were noticed, so I apologize for the repost, but I need some help on this. 

 

I'm updating to the Q2 2015 reporting tools in VS2015, and I'm having an issue with the many guides that are identical to this one:
http://www.telerik.com/support/kb/reporting/details/the-wpf-silverlight-report-viewer-is-blank-after-upgrading-from-version-prior-to-q1-2014-to-q1-2014-or-later

My problem is that when I add the following: 
<ResourceDictionary Source="/Telerik.Windows.Themes.Expression_Dark;component/Themes/Telerik.ReportViewer.Wpf.xaml"/>
it squiggly underlines Telerik.ReportViewer.Wpf.xaml and tells me "(my path)\Assemblies\Telerik.Windows.Themes.Expression_Dark.dll\Themes\Telerik.ReportViewer.Wpf.xaml" path not found
 I have 7 other identical lines, pointing to other xaml files and they all seem to be working fine.
I've updated all relevant references in my project to be sure I don't have lingering 2013 versions about, and all is well on that front.
It's just this one file that's not behaving.

To be more specific:
The guide post I linked above says "2. Add the respective xaml files for the desired theme. ..."
How/where are those xaml files to be added? We've been using this theme for over 2 years, but we don't have any of those xaml files anywhere in our solution currently.

Any suggestions?

Thanks!

Stef
Telerik team
 answered on 28 Aug 2015
2 answers
419 views
Hello,
My requirement is similar to what is displayed in attachment: “Page mockup.jpg”. Here I have one main report and a sub report in detail section which displays the data in table. Once the table data ends in Sub report, I need to show some text data with total page count in one text control and I’m using Report footer section of Sub report to show those details. There is no page break I can embed for this text that appears once table details end.
Also, the Page count details need to appear above total details of Table. Repositioning of data is not acceptable and this is the only way a report design is required. Would request to suggest alternate and solution for both the problems (Page count row positioning in a table and Total Page count value in text box as expected). Would appreciate if you can provide me some sample to depict how these can be implemented
neha
Top achievements
Rank 1
 answered on 28 Aug 2015
1 answer
66 views

Hey, quick question. 

 

I was wondering if you guys have the Silverlight Telerik Reporting in an online Nuget repository. I found some other Telerik packages but not these specific ones.

 

Right now we host the libraries we downloaded in our own Nuget package source but I would like to use the official one. 

Nasko
Telerik team
 answered on 28 Aug 2015
2 answers
4.0K+ views
need help getting new line in textbox

I am using the 2013 asp.net mvc report control and am having trouble getting the textbox to show up.

I have this at the moment.
            this.someDataTextBox.Value = "=Fields.Name\r\nFields.Company";

This is based my understanding from the documentation saying to just add a ctrl-enter in the textbox.
I tried adding "\n\r" and several other things based on the posts here.
Like this.
            this.someDataTextBox.Value = "=Fields.Name + \r\n + Fields.Company";

What am I missing?
Javier
Top achievements
Rank 1
 answered on 27 Aug 2015
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?