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.
Hello,
Does Web Report Designer support Object Data Source?
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,
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
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
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
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