I have the requirement for setting a vector based picture (svg) as page background on every page in a report.
I tried setting the graphic as page watermark, but rendering the report as PDF the graphic is rasterized.
Is there another way of setting a vector graphic as page background and when rendering the report as PDF it stays vectorized ?
Hello,
I am new to Telerik, and am having trouble opening the x86 Report Designer. I get this message:
Fatal error in workbench. Now closing... An error has occurred while loading the ReportDesigner's Workbench.
Is there a log file somewhere that can get me more details on this? What could be causing this issue?
My Blazor application uses an API for all its data and reporting etc
In my _Host.cshtml I have the following line
@* For Reports service hosted in another application / Report Server use absolute URI: *@
<script src="https://localpc/localapi/api/reports/resources/js/telerikReportViewer"></script>
and the report views OK.
When this goes into production, the localpc/localapi will change, the API will be hosted on the customers server
So, without change my code and re-compiling can I make this variable / configurable?
Thanks
We are looking for a reporting tool for our website and I am going through the Telerik Reporting.
The requirement is that the webapp should connect to a datasource and then the user
should be able to dynamically create and run a report. What I am seeing in Telerik
reporting is that I need to create a report metafile using the reporting tool and then
use that to run a report from the site.
So the question is does Telerik reports got the capability to dynamically create a report
from my website? Am I missing something?
Greatly appreciate your input
hi
Telerik report does not display data at production sometimes
Using asp.net core application along with wcf service call
Can you please help what is the root cause for this
How can I bind one of the result set from stored procedure that returns multiple data sets in telerik report designer?
I need to bind first result set to a table and second result set to a list, how can I do this ?
Hello,
I have an issue with HTML5 Report Viewer 13.0.19 when exporting Excel.
It seems that if the size of the resulting excel is big aprox 15MB you get an error when open it saying there is a problem with the content of the .xls file, if you try the report with partial data then the resulting excel of those partial reports are ok,
Is there any known issue with this?
Regards.
Hi,
I have 2 tables in my report , each report has different data, it works very well, but there are 2 problems:
1) The measured table a lot of data, therefore it appears on more than one page, is that possible that the header of the table will always displayed on each page? ( I tried to set the 'ColumnHeaderPrintOnEveryPage' and it's not working)
2) The target value takes only one page , so I want the the table will continue showing up in every page the measured table exist.
this what happened now in page 2
The table measured Values has no header, and Target Values is empty (appears only in the first page)
thank you!