Telerik Forums
Reporting Forum
5 answers
236 views

Hi,

Im working on a multi themes application using NoXaml dlls and Telerik.Windows.Themes.<THEME>.dll libraries.

All works perfectly but not the repoirt viewer. The Telerik.Windows.Themes.<THEME>.dll don't contains Telerik.ReportViewer.Wpf.xaml resource?

Why?

You can add it on next release?

Thanks,

marc.

Katia
Telerik team
 answered on 10 Jan 2018
0 answers
607 views

Hi,

 

I am using Telerik reporting.

I have some reports that have some graph and table in the report design.

When I try to export a report in CSV format, it was showing some extra static columns.

I have tried this

https://www.telerik.com/forums/report-export-to-csv-has-extra-columns

and this

https://docs.telerik.com/reporting/configuring-telerik-reporting

 

With the help of these configuration now static data is not showing in report, but now the problem is that report is exporting all the data present in report data source. So in report CSV I can see many tables spanning across different columns in CSV with varying number of rows.Is there any option available to control the data/component being exported in output CSV, lets say I just want to export a table data in CSV not the source data for some graph on the same report.


Pardeep
Top achievements
Rank 1
 asked on 10 Jan 2018
3 answers
333 views

I have successfully created a reportslibrary.dll as a class library containing my reports and when called from a winforms.exe it works as expected.
I'm creating an add-on application for AutoCAD that requires my code to be compiled as a class library(dll).
When I call on my reportslibrary.dll from my AutoCAD dll I receive the following error:
Invalid report type
Value cannot be null.
Parameter name: type

Any reason why I can’t call on my reportslibrary.dll from a dll and I can from an exe?
I have verified all setting are the same.


Todor
Telerik team
 answered on 10 Jan 2018
0 answers
76 views

Hi, 

 

I'm trying to bring just the required data in line X. however empty data is also coming as if it were repeating.

Matheus
Top achievements
Rank 1
 asked on 09 Jan 2018
0 answers
128 views
When I export a report from the HTML5 report viewer by clicking the "Download" dropdown and pick "Excel Worksheet" I see that the negative numbers in the table have a " ' " (single quote) character before them.  The same report when exported as "CSV" or "PDF" doesn't have this issue. Anyone run into this before?
Karthik
Top achievements
Rank 1
 asked on 09 Jan 2018
2 answers
204 views

Hi. My Client has a very old version of Telerik Reports and I need to do some adjustments. I went to my product page to try and download an earlier version, but, it doesn't seem to go back quite this far (currently 10.0.16.13)

Is there anyone I can contact to try and get the version: Telerik report 7.0.13.426 (Q1 2013) or am I looking in the wrong place on the Download Page?

Many thanks

Chuck

Chuck
Top achievements
Rank 1
 answered on 09 Jan 2018
1 answer
488 views
Hello, I need an example of how to do a "select all" in the filter parameter of the report. Can you help me?
Silviya
Telerik team
 answered on 09 Jan 2018
0 answers
132 views
Hi 
Sorry about my last post I think I was not clear enough in explaining what I am encountering. I am attaching the screenshot below in which I have a section name Social Security which does not have any records in any of the fields for each employee. So this portion should be hidden, but I am not able to get what I am looking for. Maybe someone can help me out.

Thanks
Muhammad
Top achievements
Rank 1
 asked on 09 Jan 2018
0 answers
152 views
Hi there

I am creating a report using CrossTab and I am stuck at one point here. I am trying to set visibility to False if there is no record present in the columns for any user. If there is even one record in the database the column will be visible.

Can anybody help me out.
Muhammad
Top achievements
Rank 1
 asked on 09 Jan 2018
1 answer
525 views

Could someone please help.  I am trying to understand how to code a conditional IIF() clause with a new line. 

My goal is the following:

mfgTitle

Bob

Smith

 

Here is what I have tried

First:  I have tried using an htmlTextBox and using the conditional expression within it.  This caused the htmlTextBox to throw an error over the </br>

IIF(value <> 1, {Fields.mfgTitle} <br/> {Fields.FirstName}<br/>{Fields.LastName}, {Fields.FirstName}<br/>{Fields.LastName})

Also I tried  the following

IIF(value<> 1, {Fields.mfgTitle} + "\r\n" + {Fields.FirstName} + "\r\n" + {Fields.LastName}, {Fields.FirstName} + "\r\n" + {Fields.LastName})

 

Any Help would be greatly appreciated.

 

Thank You

David
Top achievements
Rank 1
 answered on 08 Jan 2018
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?