Exporting a report from the Report-Viewer to Word(docx), then opened in Word for Web (browser-version of Word) causes incorrect rendering of the document. Images are replaced with placeholders.
In comparison, exporting the report as PDF, then opening and converting it to Word and uploading it, renders much more correct and with images.
Please, run the attached report. We would expect that the exec function will return the sum of debits from the table2, however, the scope is returned as invalid.
The editor for parameters can be set for each type of parameter, but not individually for each parameter.
This means if there are two parameters that both have availableValues and have multiselect set to false, different editors can be set for each of these two parameters.
Transparency is not respected when a report is exported to PDF format.
Shapes inside of an SVG file can have transparency applied to it through styling or attribute, but neither of these options work when exported to PDF. In the Report Viewer the SVG renders correctly and shapes can be transparent, but when export and viewed as PDF, shapes become opague.
private static ConcurrentDictionary<string, EsiInstanceReportSource> _irs = new ConcurrentDictionary<string, EsiInstanceReportSource>();
The SearchDialog is placed based upon a parent window of type "Window". However, when I use other types like "RadRibbonWindow" as my main window the placement does not work correct. As a result the SearchDialog is shown in the upper right corner of the desktop. This is the code (in SearchDialogController.cs):
Window GetParentWindow()
{
return (this.model.PageScrollViewer == null)
? null
: this.model.PageScrollViewer.FirstParentOfType<Window>();
}
At least this method should also take RadRibbonWindow in account (this is certainly not used that rarely since we all use Telerik components!) or for a more generic solution look for types that are derived from Window.
Steps to reproduce:
1.Download and run the project
2. If the scaleMode is FitPage, the report doesn't appear
3. If the scaleMode is FitPageWidth, the UI seems to be broken
You can check the attached video for further reference.
Steps to reproduce:
1. Download and run the attached project in IE or Firefox
2. Write in the field for example "haha" and click the button.
3.Scroll down and you will notice that the headers are not frozen.
Steps to reproduce the issue:
1. Create a new report in the WebReportDesigner;
2. Add a simple CSV DataSource (for example with Item and Value columns);
3. Select the Table Wizard and set the CSV DataSource as a Value of the DataSource property;
You will notice that the names of the columns from the datasource are missing.
The issue occurs when a report contains a subreport with InstanceReportSource set as its ReportSource. If the report definition in this InstanceReportSource contains data sources, they will be serialized as DataSourceRef objects instead of using their actual type names like EntityDataSource, CsvDataSource, etc.
The issue is reproducible only in Standalone Report Designer, i.e. serializing/deserializing the report definition programmatically would work as expected.
The issue is introduced in Telerik Reporting R1 2019.
When editing an existing SQL data source from stored procedure, the "@" before the parameter name got dropped. Causing the report not passing the report parameter value to the query parameter
2020 R2
I have a Custom Csv Export class that implements IRenderingExtension. This works fine when the ReportServiceConfiguration.Storage is set to an instance of FileStorage or MsSqlServerStorage.
When using RedisStorage, after clicking on the CSV option from the Html5 Viewer's menu, the browser redirects to a new url to display the following error message:
{"message":"An error has occurred.","exceptionMessage":"Buffer cannot be null.\r\nParameter name: buffer","exceptionType":"System.ArgumentNullException","stackTrace":" at System.IO.MemoryStream..ctor(Byte[] buffer, Boolean writable)\r\n at System.IO.MemoryStream..ctor(Byte[] buffer)\r\n at Telerik.Reporting.Services.WebApi.ReportsControllerBase.GetDocument(String clientID, String instanceID, String documentID) in C:\\DeveloperTooling_Reporting_Agent1\\_work\\17\\s\\Source\\Code\\Telerik.Reporting.Services.WebApi\\ReportsControllerBase.cs:line 305\r\n at lambda_method(Closure , Object , Object[] )\r\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass13.<GetExecutor>b__c(Object instance, Object[] methodParameters)\r\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments)\r\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.<>c__DisplayClass5.<ExecuteAsync>b__4()\r\n at System.Threading.Tasks.TaskHelpers.RunSynchronously[TResult](Func`1 func, CancellationToken cancellationToken)"}
The debug console in Visual Studio shows this error:
Failed to load resource: the server responded with a status of 500 () [https://localhost:44350/api/reports/clients/9bbda764fa6/instances/722eb62b3a9/documents/969b05177e4f00b24938d1?response-content-disposition=attachment]