Hi,
I'm porting an old reporting system to Telerik, and I need to adapt the old data provider strategy to a Telerik DataSource that I can use with a Telerik Report.
None of the DataSources provided suit my needs, so I'm thinking about implementing my own extension of DataSource abstract class. I didn't find any suggestion about that in the documentation; is it possible?
Thanks in advance and best regards.
I have designed a Telerik report, when printing the report from report viewer, its taking some unique id on the print queue.
How do I document name when printing in Telerik Report viewer.
I found this link when googling,
http://docs.telerik.com/reporting/m-telerik-reporting-processing-reportprocessor-printreport
but i dont know when it will be called ? where to use this?
Hello,
We are using Telerik Reporting version R2 2020.
In our app to show report we use HTML5 Report Viewer and Web Report designer. Our project based on .Net Core 3.1. Currently, the report viewer is working fine but we have a problem with a web designer. I tested report web designer with a web page using the Chrome browser and it is not working fine. It shows some error messages when loading some report items. For example in my sample project I'm trying to open barcode report with report web designer. After a few seconds It shows some error messages saying "Could not generate the preview of 'barcode N'" (N - barcode number).
You can see this from the attached picture file. I could not attache my sample project because it allows only picture file.
Here my Startup file.
public class Startup
{
// This method gets called by the runtime. Use this method to add services to the container.
public void ConfigureServices(IServiceCollection services)
{
services.AddCors(o => o.AddPolicy("AllowOrigin", builder =>
{
builder.AllowAnyOrigin().AllowAnyHeader().AllowAnyMethod();
}));
//This is for showing picture
services.Configure<IISServerOptions>(options =>
{
options.AllowSynchronousIO = true;
});
services.AddRazorPages()
.AddNewtonsoftJson();
//Designer
// Configure dependencies for ReportServiceConfiguration.
services.TryAddSingleton<ConfigurationService>(sp => new ConfigurationService(sp.GetService<IWebHostEnvironment>()));
services.TryAddScoped<IReportSourceResolver>(sp =>
new TypeReportSourceResolver().AddFallbackResolver(new UriReportSourceResolver(
Path.Combine(sp.GetRequiredService<ConfigurationService>().Environment.WebRootPath, "Reports"))));
services.TryAddScoped<IReportServiceConfiguration>(sp =>
new ReportServiceConfiguration
{
ReportingEngineConfiguration = sp.GetRequiredService<ConfigurationService>().Configuration,
HostAppId = "Html5DemoAppCore",
Storage = new FileStorage(),
ReportSourceResolver = sp.GetRequiredService<IReportSourceResolver>()
});
// Configure dependencies for ReportDesignerServiceConfiguration.
services.TryAddScoped<IDefinitionStorage>(sp => new FileDefinitionStorage(Path.Combine(sp.GetRequiredService<ConfigurationService>().Environment.WebRootPath, "Reports")));
services.TryAddScoped<IReportDesignerServiceConfiguration>(sp => new ReportDesignerServiceConfiguration { DefinitionStorage = sp.GetRequiredService<IDefinitionStorage>() });
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
app
.UseRouting()
.UseCors("AllowOrigin")
.UseDefaultFiles()
.UseStaticFiles()
.UseEndpoints(config =>
{
config.MapControllers();
});
}
}
public class ConfigurationService
{
public ConfigurationService(IWebHostEnvironment environment)
{
this.Environment = environment;
var configFileName = System.IO.Path.Combine(environment.ContentRootPath, "appsettings.json");
var config = new ConfigurationBuilder()
.AddJsonFile(configFileName, true)
.Build();
this.Configuration = config;
}
public IConfiguration Configuration { get; private set; }
public IWebHostEnvironment Environment { get; private set; }
}
Can someone help me to solve this problem?
Thank you,
Hi,
I'm currently evaluating Telerik Reporting to see if it fits our requirements.
I'm trying to use the "Export a report to a single document to render a report" to render a very simple report with a single "Hello World" textbox. I used the sample code in the link below.
https://docs.telerik.com/reporting/programmatic-exporting-report
I downloaded Telerik.Reporting from nuget.org with version: 13.2.19.1030
I however is experiencing an error once I get to the code:
Telerik.Reporting.Processing.RenderingResult result = reportProcessor.RenderReport("PDF", reportSource, deviceInfo);
Error:
Telerik.Reporting.Xml.UnsupportedVersionException: 'Cannot read a document with the specified schema: http://schemas.telerik.com/reporting/2020/2.0.
You might be using an older version of the product.'
How should I get around this ?
We're trying to get to a decision soon so can you please help us asap.
Thank You
Hi,
I have a created a .NET Core application and I have added the Telerik reporting controller as detailed in: http://www.telerik.com/blogs/telerik-reporting-and-aspnet-core
It runs fine when I am using external tdrp reports.
However I am keen to create a report library and use CLR type names.
Unfortunately I am getting the follow error when trying to view the report:
"Unable to get report parameters.
undefinedReport 'Aliaxis.ReportLibrary.Report1%2C%20Aliaxis.ReportLibrary' cannot be resolved."
My viewer report source is set as below :-
//ReportSource - report description
reportSource: {
// The report can be set to a report file name
// or CLR type name (report class definition).
//report: "test.trdp",
report: "Aliaxis.ReportLibrary.Report1, Aliaxis.ReportLibrary",
// Parameters name value dictionary
parameters: {}
}
Report 1 is a blank report with a textbox in the center. Its namespace/class name is :-
namespace Aliaxis.ReportLibrary
{
partial class Report1
Any advice on why I can't get the report to display and am getting this error?
Kind Regards,
Tom
Here is the description of my problem. It occurs when using Spring.NET dependency injection:
- Create a new Asp.NET project in C# with Visual Studio 2010 SP1.
- Add a reference to Spring.Core (version 0.0.0.40704)
- Add a new Telerik report called Report1.cs (cancel the wizard).
- Add a new Telerik report called Report2.cs (cancel the wizard).
- Compile the solution.
- Add a new class in your project named Class1.
- Add a new class in your project named Class2.
- Add a new interface named IClass2 and make Class2 implement it.
- In Class1 add the following code:
public int GetValue(Class2 myObject) { return 1; }private static IApplicationContext _applicationContext; public static T GetInstance<T>(String objectName) { return (T)_applicationContext.GetObject(objectName); }void Application_Start(object sender, EventArgs e) { // Code that runs on application startup _applicationContext = ContextRegistry.GetContext(); }public Report2() { // // Required for telerik Reporting designer support // InitializeComponent(); // // TODO: Add any constructor code after InitializeComponent call // if (!DesignMode) { IClass2 myObject = Global.GetInstance<IClass2>("Class2"); objectDataSource1.Parameters["myObject"].Value = myObject; } }public static T GetInstance<T>(String objectName) { return (T)(object)new Class2(); }
Hi,
I have an issue with the row height, if table has dynamic column's width.There is the following table structure: parent table has 4 columns, the last one contains child table with images. This column can be hidden (it depends on report parameter value). In case if this column is hidden other columns' width must be changed. But there is an issue with the rows that can be written in more than 1 line in complete table - they take the same height in case if last column is hidden and text is paced in one line. Please see attached screenshot. How to remove this empty place? Also you can find report sample attached (please remove .jpg from filename). Thank you.