Hello! I have installed the Angular 4 component. My Angular project is up and running, but the component is acting funny. It isn't even TRYING to connect to the report server before throwing the classic "Error loading the report viewer's templates. " error. I've seen all the FAQ stuff about making sure that the reporting api is running, and it definitely is. The weird thing is that the component doesn't even try to connect. I'm monitoring the requests in the browser, and nothing ever goes toward the reporting api at all.
I'd love to be able to use this component, but I'm having trouble even getting off the ground with it.
Yes, I have Angular 4 and jQuery 3.2.1. I installed the component off NPM.
Thanks for any help you can provide!
- Chris
The assembly "MyLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" is not permitted to be used by an ObjectDataSource component. Please include it in an AssemblyReferences element in the Telerik.Reporting configuration section of your application configuration fileHello,
I have a Polar graph with some data points, I have formatting rules for these data points so they change colors based on some data. Howevever, when the points are on the northern axis and in this middle circle they have the correct color but the axis looks like its being rendered ON TOP of the point. How do i fix this?

this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(0.30000019073486328D));this.textBox1.Name = "textBox1";this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.3999999463558197D));this.textBox1.Style.Font.Name = "Verdana";this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(6.75D);this.textBox1.Value = "Test01 test02 test03 test04 test05 test06 test07 test08 test09 test10 test11 test" + "12 test13 test14 test15 test16";
Hey,
currently I'm trying to switch from local dependencies to nuget. My problem is, that I can't find a package for
Telerik.ReportViewer.Wpf. Does this package not exists?
Thanks a lot!

Hi,
I was ondering if there is anyway of creating telerik reports that get their data from linq queries; usually i add my sql query on my sql data source to feed the report but i'm wondering if i could use linq instead and if that would provide me with some performance improvements.
Regards.
