Telerik Forums
Reporting Forum
1 answer
26 views

So, what we need to know is if we can add our new Telerik  service into a solution that 4 developers access, but we only allow the reporting dev to work on the reports and not have to pay for 4 licenses. Or does it need to be a stand alone project?

Essentially, would the Telerik reports still work if it's in a Project that is also accessed by multiple developers?

1 answer
40 views

how can i connect to sql server on a azure vm server from telerik stand alone report design with in our network?

 

thanks

Momchil
Telerik team
 answered on 12 Oct 2023
1 answer
116 views

Hi,

I'm trying to produce PDF reports that is accessible. Its is required that we use Heading Level Tags to comply with accessibility requirements.

Is there a way to tag Textbox elements with Heading Level Tags ?

Regards,

Michael

MOQdigital

 

 

 

 

 

Todor
Telerik team
 answered on 22 Jul 2022
1 answer
93 views

How use deviceInfo(Javascript) to export a PDF file protected (no copy) but with print?

How use set allowContentExtraction=false and allowPrinting in javascript?

2 answers
167 views

hello, 

i'm using Telerik reporting version 11.2.17.1025

when i'm tring to generate simple PDF/UA using EnableAccessability property in deviceinfo object

and check the output file in adobe acrobat reader properties i see that "Tagged PDF"  is still "No".

other properties on deviceinfo work fine.

this is the simple source code i'm using:

       

Dim reportProcessor As New ReportProcessor()
Dim deviceInfo As New System.Collections.Hashtable()
deviceInfo.Add("EnableAccessiblity", "True")
deviceInfo.Add("DocumentAuthor", "Shlomi Kakon")
 Dim rs As New Telerik.Reporting.InstanceReportSource()
rs.ReportDocument = New BarcodesReport()
Dim result As RenderingResult = reportProcessor.RenderReport("PDF", rs, deviceInfo)
 File.WriteAllBytes(String.Format("C:\Temp\{0}.", Guid.NewGuid.ToString("n")) & result.Extension, result.DocumentBytes)

what can be the problem?

 

thank's

Shlomi

 

 

Ivan Hristov
Telerik team
 answered on 04 Jan 2022
1 answer
542 views

Hi,

We use Web service datasource almost in all of our reports. In web service datasource we use OData query to get some information from our server. We usually customize web service data sources by using inline parameter @url to set value for Service Url property. Inline @url parameter will be calculated based on some formula (see ConfigureRequestParameters.PNG attached picture, @url parameter value can be complex). We use Html5ReportViewer, .NET5.

The question here is how to get complete odata url for the specific webservice datasource of the report programmatically (we also implemented custom report resolver in our project)? Meaning that what will be the final version of OData url on execution process?  

As a sample report you can use attached report (TestProductReport.zip).

What we want is to get this complete odata url:

 https://services.odata.org/V3/Northwind/Northwind.svc/Products?$select=ProductID,ProductName,UnitPrice

In design mode you see ConfigureRequestParameters.PNG.

Thanks,

Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?