Telerik Forums
Reporting Forum
3 answers
291 views

Trying to display a report, and give an option to export the report directly to Outlook.

I'm using the HTML5 viewer in ASP.NET MVC, and ideally this would mean the user would click a button at the top beside Download, and this would open up Outlook with the actual report file already attached and ready to be emailed.

Neli
Telerik team
 answered on 07 Jul 2020
1 answer
128 views

Hello,

Does Web Report Designer support Object Data Source?

Neli
Telerik team
 answered on 07 Jul 2020
1 answer
269 views

Hi all,

We are using web designer to edit reports. We have a JSON data sourcewith inline JSON. For a sake of simplicity it looks like this:

When I edit it from standalone report designer:

{
                Name: “Sample Report”,
                Description: “Sample report for testing purposes”,
}

But, when it is opened from web designer to edit, it is showing like this:

{
                Name: "Sample Report",
                Description: "Sample report for testing purposes",
}

You can see that, the quot " sign is replaced with a " . After I put some changes and save it, next time I open it, it looks like this:

{
                Name: "Sample Report Update ",
                Description: "Sample report for testing purposes",
}

You can see that & sign is now replaced with & . Everytime I saw it keeps adding this additional symbols and replacing them. 

When I process the JSON, I am getting the parsing error.

I want to have a principle of WYSIWYG with JSON datasource. Is it a known issue? And how soon it can be fixed?

Thanks,

 

Todor
Telerik team
 answered on 07 Jul 2020
7 answers
737 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
122 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
78 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
157 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
103 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
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?