Hello,
Due company security policies, all the assemblies that we ship (proprietary or third parties) must be digitally signed, I've reviewed all the assemblies deployed by the Telerik installer an cannot find: Telerik.Reporting.dll and Telerik.ReportViewer.WinForms.dll digitally signed
Where can I get these binaries, digitally signed?
Regards,
Micky.
Please help me!!!
when i refresh my report my resolution screen is change in my C# project
the reportviewer also the form size was change like the picture
iam using telerik report and reportviewer please how can i fix it???????
Telerik.Reporting dll was updated to version 14 and then the report data in textboxes was not loading correctly. As there are many reports in the solution and hence
processing cacheDefinitionproperties=false has been set in web.config.
After this the reports are randomly giving error "Object Reference not set to an instance of an object"
Below Stack Trace :
Telerik.reporting.processing.AbsolutePositionLayout.MeasureHorizontalContent
I am stuck in between of this upgrade.
The reports open in many languages .
All I want to do is change the datasource for a textbox. The datasource for an adjacent datasource is the one I want. In the image I want to change the datasource from the one on the left to the one on the right. It seems like this should be simple, but I haven't found a way to change. Thanks.
I'm running .net Core 3.1 to serve reports that are stored as a .trdp and displayed using the HTML5 Report Viewer. I need to save the parameters that the user enters so I can default to them the next time. I already have a custom report resolver in place to facilitate my connection string management so I believe I can use the resolver to SET the default values, but I don't know how to GET what was entered since the report resolver is executed before merging the user's entered parameters.
I'd like to do this in the API and not have to capture things via javascript on the client's machine. Best case scenario I'd like to grab the parameters after the report successfully runs so I know they are good parameters, but getting to the parameters anywhere along the process within the API is a start.
So where can I access the Report's ReportParameters object with the user's entered values in .net Core?
TIA
I followed the article to create a report and having few issues.
1. The combined report does not show 2 y-axis coordinates. (graph3 and graph2 combined to graph 1)
2. When issue 1 is resolved, can I position the 2nd y-axis coordinates to show up the opposite side (on the left side 1 coordinate and the right side the other coordinate)
3. The x-axis co-ordinate Label format is set to Percent format (0:P0) but does not display right (like 10%, 20%...)
4. Can I position the legend to the bottom of the graph?