Hello,
When I try to justify the text in a numbered list, the designer shows the text correctly but, when showing the report in the WPF viewer, I just have the following text displayed: "Parameter is not valid".
Note: to reproduce, the bug, I have the following content in the HtmlTextBox:
<
ol
><
li
><
div
style
=
"text-align: justify"
>Αs a participant in this FIVB/World competition and, in consideration of the acceptance of my participation therein, I declare that I will respect the spirit of fair play, clean game and non-violence, and behave accordingly on and off the sports field.</
div
></
li
></
ol
>
I am demoing this software for replacement our current Microsoft Reporting platform.
I am beginning with a simple trend report where we are plotting decimal values vs time.
The result on the telerik graph is just a straight line.
I need to show the variances along that line as is shown with the old graph from the Microsoft Reporting platform.
Thank you,
1) Created a new project
2) choose blank report template "Report2", added a single textbox
3) Added a Web Forms report viewer form Q12016
4) selected existing report
Class with name Report2 is not found
Class with name Report2 is found in Reports project.
Get project references.
Error: Fail to add project reference
Class with name Report2 is not found
Class with name Report2 is found in Reports project.
Using the designer in VS2016, Reporting Q12016, when I preview a report that is in the VS designer i get these messages
Error CS0234 The type or namespace name 'WebApi' does not exist in the namespace 'Telerik.Reporting.Services' (are you missing an assembly reference?) ReportLibraryC:\inetpub\MEWTG\Reports\ReportLibrary\Controllers\ReportsController.cs7
ErrorCS0246 The type or namespace name 'ReportsControllerBase' could not be found (are you missing a using directive or an assembly reference?) ReportLibrary C:\inetpub\MEWTG\Reports\ReportLibrary\Controllers\ReportsController.cs11
ErrorCS0234 The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) ReportLibraryC:\inetpub\MEWTG\Reports\ReportLibrary\Global.asax.cs15
ErrorCS0012 The type 'HttpConfiguration' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.ReportLibraryC:\inetpub\MEWTG\Reports\ReportLibrary\Global.asax.cs15Active
The primary reference "Telerik.Reporting.Services.WebApi, Version=10.0.16.204, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" could not be resolved because it has an indirect dependency on the framework assembly "System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v4.0". To resolve this problem, either remove the reference "Telerik.Reporting.Services.WebApi, Version=10.0.16.204, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" or retarget your application to a framework version which contains "System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Hi,
Which is the easy and better way for telerik reporting (.cs report file or .trdx report file)?
I am new in telerik reporting. I have searched for the reporting sample and documentation but I didn't get relevant information for the same. If anyone having reporting sample or any other solution please share with me.
Thanks.
I'm trying to get access to The Graph (bar graph) data points in order to change their background colors.
Anyone knows how to get to these data points?