Telerik Forums
Reporting Forum
7 answers
724 views
Hi, I'm running into a problem with Telerik Reporting that may be a possible bug.  However, I don't want to go through all the trouble recompiling from source.  Is it possible to find Debug Symbols from telerik?  If not, it would be a smart idea to include debug/release symbols included in the downloads.  Thanks, Brian.
Katia
Telerik team
 answered on 06 Jul 2020
9 answers
1.5K+ views
Hi,

I'm using date parameter on my report. Currently the date displayed with this format "MM/dd/yyyy".
Is there any chance to change its format to "dd-MMM-yyyy" or something start with "dd" ?
I'm searching on the report properties but there's nothing to format its value.

I have attached my screen for additional information and any help will be great.

Thank you

Ady.
Rob
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 05 Jul 2020
0 answers
116 views

i tried to bind sendEmail option in angular 

 <tr-viewer #trviewer  ... [sendEmail]="mail">

and created an object in ts: mail = { enabled: true, from: 'noreply@xxx.com', to: '', subject: '', body: '', format: 'PDF' };

then I changed mail "to" in ngOnInit, but seems not working

please help

 

 

Hu
Top achievements
Rank 1
 asked on 03 Jul 2020
12 answers
1.2K+ views
Is it possible to pass parameters to a Telerik Report (linked to a Telerik:ReportViewer control) from a web page? Either via Javascript or from code behind?

I am able to do this for Silverlight via WCF and Javascript. I am hoping I can do somethign similar for Telerik Reporting.
Peter
Telerik team
 answered on 03 Jul 2020
2 answers
75 views

Hi,

I'm not reporting an issue here, just making a suggestion about a minor change that I would consider as an improvement.

I'm loading at runtime a report template that was created using the standalone report designer. I'm dynamically replacing all the 'DataSources' of the report, and thus I have to go through all the items of the report to find them all.

The first step is to flatten all the items with a recursive call, starting from the 'Report'. I get a list of ReportItem, and I can cycle through this list and find those that inherits from 'DataItem'. From there, I just have to pick all the distinct DataSources from these DataItems.

And it almost works, except that I'm missing the DataSource from the Report itself, as the Report class does not inherit from DataItem but implements IDataItem.

If IDataItem was public, I could simply use it instead of 'DataItem', but as it is internal I have to handle a special case. And I don't like that.

Maybe I'm missing a good reason to keep this interface internal, but if not my suggestion is to make it public.

Regards,

Olivier

Olivier
Top achievements
Rank 1
 answered on 03 Jul 2020
2 answers
153 views

Sometimes in my system display the error in attached image on all reports until I restart IIS or recycle the App Pool. What is it? And how to solve it completely?

Thanks

Katia
Telerik team
 answered on 02 Jul 2020
4 answers
98 views

Hello

I have an issue with a Telerik Report that I am not able to solve. Can you help me, please?

I want some info in the end of each page of the report, always in the end, in the same location.

This information is different on each page (it is personal information of an invoice)

If I put this TextBox in the page footer it always shows the same info, and out of the page footer I dont know how to put it in the same location because the height of the other things of the report is dynamic. Attached there are two pictures with explanations.

My version is Telerik 2012

Thank you very much

Kind regards,

Gema

Katia
Telerik team
 answered on 02 Jul 2020
8 answers
1.9K+ views
I have 4 textboxes in my report, namely totalPriceTextBox, totalCostTextBox, textBox1 and textBox2.

The value for totalPriceTextBox and totalCostTextBox are from datasource fields.

The value for textBox1 is defined as:
=Fields.TotalPrice - Fields.TotalCost

The value for textBox2 is defined as:
=textBox1.Value / Fields.TotalCost * 100

When I view this report in the Preview tab, totalPriceTextBox, totalCostTextBox are textBox1 are successfully displayed. However I get the error as displayed below for textbox2:
An error has occurred while processing Textbox 'textbox2':
The expression contains object 'textbox1' that is not defined in the current context

Can anyone help me on this? Thank you.
AP
Top achievements
Rank 1
Veteran
 answered on 02 Jul 2020
2 answers
94 views

i have this problem like this video

please watch the video for see problem

link video :

https://streamable.com/b0os30

Todor
Telerik team
 answered on 01 Jul 2020
1 answer
304 views
Hello I have successfully applied the web report designer example on your site but while saving the file with the .trdp extension I created "Could not save report 'example.trdp'." I get an error. What should I do? Can you help me?
Peter
Telerik team
 answered on 01 Jul 2020
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?