Telerik Forums
Reporting Forum
1 answer
222 views

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:

  1. PictureBox with SVG in Footer
    I can't ignore the page margins for this specific picturebox. And I don't want to remove the page margin for every other element.
    Is there something equivalent to CSS "position: absolute" which ignores document flow?
  2. Background Image
    Does not support SVG images

  3. Watermark with PictureBox and Watermark with BackgroundOverlay
    Does support SVG but rasterizes it
Dimitar
Telerik team
 answered on 04 Aug 2021
7 answers
2.1K+ views
I am trying to make the report datasource dynamic by binding the "DataSource" property to a report parameter but it doesn't seem to accept no matter what i put in the Binding expression.

As per the online documentation http://www.telerik.com/help/reporting/ui-edit-bindings.html, DataSource is a valid property path.

I tried binding it to the literal name of my datasource (instead of parameter or expression) but still doesn't work.
<Bindings>
  <Binding Path="DataSource" Expression="MySQLSourceName" />
</Bindings>


Has anyone tried this before and can confirm that it worked?

Thanks!


navi
Top achievements
Rank 1
Iron
 updated answer on 04 Aug 2021
14 answers
763 views

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

anon
Top achievements
Rank 1
Iron
 answered on 04 Aug 2021
1 answer
137 views

Hello All,

How can we localize the below menu from UI side. It is related to report viewer

1 answer
417 views
My company had a DevCraft Ultimate license for a year with it expiring in May of 2020.  We mainly just used the Reporting server and dll.  I wrote a service that runs on a scheduled basis to create pdf reports and email them out.  Just recently we noticed that the reports have a trial message on the bottom of the PDF.  I was under the assumption that we would be able to continue to use the DLL version that we had at expiration of our license without any issue.  Is this not the case?  It appears that the message did not start showing up until this month.  Any help would be appreciated.
James
Top achievements
Rank 1
Iron
 answered on 03 Aug 2021
5 answers
840 views
Hello,

I installed latest version of Reporting and trying to create a report based on an Oracle table.
Can you please provide instructions about how connect to the Oracle database?

I see the following screen in the connection wizard:
I need to connect to 
server: OTNE25
database: BTUDEV
user: NTHOMAS

Where do I enter this information on the screen below?
In order to connect to Oracle I need to provide three pieces on information, i.e. server, schema and user name. There is no "schema" box on this screen.

Maybe it relies on TNSNAMES.ORA that I have in my Oracle Client folder? I have an entry in this file that describes the connection but how to use it?

Please advise.
Regards,
M.R.



Jeff
Top achievements
Rank 1
Iron
 answered on 02 Aug 2021
1 answer
1.8K+ views

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.

 

 

Dimitar
Telerik team
 answered on 02 Aug 2021
1 answer
273 views

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? 

Dimitar
Telerik team
 answered on 02 Aug 2021
1 answer
176 views

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

Dimitar
Telerik team
 answered on 30 Jul 2021
1 answer
469 views

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

Tim
Top achievements
Rank 3
Iron
Iron
Iron
 answered on 29 Jul 2021
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?