Hi,
I have the requirement to have a vector based picture (SVG) on the right bottom of every page of a report which is rendered as a PDF (other rendering destinations are not relevant). The picture has to be rendered exactly on the page bounds ignoring any page margins.
Is this possible?
I have tried:
<
Bindings
>
<
Binding
Path
=
"DataSource"
Expression
=
"MySQLSourceName"
/>
</
Bindings
>
If I create a report book with 10 pages it works fine.But if I try again with 11 ​pages, It throw exception "Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index"
After deleting all temp files it work for 11 pages
Hello All,
How can we localize the below menu from UI side. It is related to report viewer
Hello
I'm now trying to use Telerik report with Angular and .Net Core 3.1 API.
I create a simple trdp file testing, I got below error when open report.
Error loading the report viewer's templates.
(trvTemplateUrl = 'https://localhost:5001/api/reports/resources/templates/telerikReportViewerTemplate-15.1.21.716.html/').
In browser developer tool, the response of https://localhost:5001/api/reports/resources/templates/telerikReportViewerTemplate-15.1.21.716.html/
{"type":"https://tools.ietf.org/html/rfc7231#section-6.5.4","title":"Not Found","status":404,"traceId":"|b64dba21-4b4e19b16ff25004."}
I found this html under C:\Program Files (x86)\Progress\Telerik Reporting R2 2021\Html5\ReportViewer\templates.
Do I need to copy these html to my project ?
Other report api requests like formats, clients, sessionTimeout, parameters, instances, documents, info are working well without error.
Below is sample response of https://localhost:5001/api/reports/clients/4f2581fd685/instances/f7bdb99a53a/documents/03f002a37748eb4d9ae868/info
{"documentReady":true,"pageCount":0,"documentMapAvailable":false,"bookmarkNodes":null,"documentMapNodes":[],"containsFrozenContent":false,"renderingExtensions":[{"name":"PDF","localizedName":"Acrobat (PDF) file"},{"name":"CSV","localizedName":"CSV (comma delimited)"},{"name":"RTF","localizedName":"Rich Text Format"},{"name":"IMAGE","localizedName":"TIFF file"}]}
My angular report viewer version is "@progress/telerik-angular-report-viewer": "^13.21.716",
Please help.
Hi,
I'm creating a report using the standalone report designer. The report is supposed to contain a long table that's narrow enough to fit on half the width of the page so in order to save space I set the report columnCount to 2 and it works great. My problem is that I want to add another table to the report that is too wide to fit in one column. The columnCount setting appears to apply to the entire report and I was unable to figure out how to limit it to only one part of the report. Is there something I'm missing?
Hello,
In angular report viewer menu bar, Is there any possibility to customize the export button text-content ('Excel 2007')?
Please refer the screenshot herewith.
Regards
Susumi
I'm trying to add a SQL Data Source which uses the MySQL Data Provider. When I enter the Connection string it displays the error:
Connection unsuccessful. Check the connection string and try again. Details: SSL Connection error.
The connection string should work because I copied from an appsettings.json file. I can also use the server name, user, and password in the connection string to connect with HeidiSQL successfully. Is there any way to find more information about the error?
Under Windows Logs, there are several Application Warnings that look like this:
Aborted connection 1747 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
Not sure why this error is happening at the same time as those are not the values for db, user, and host that I'm using. The connection string looks like this:
Server=Juneau;Database=live_ztj;User=John;Password=OldTim3r#;ConvertZeroDateTime=true;
Thanks,
Tim