Hi, new to the forum.
I'm trying to make Report Designer work for me. All the YouTube material I have come across says that you don't have to do any programming with Report designer, but all the pages I come across from telerik.com talk exclusively about code. I want to create, view, and edit a report without writing code. Is there a start-to-finish/soup-to-nuts tutorial (video, screenshots, etc) to get me started?
I have thus far been unable to find such a guide.
Hello,
I have attached an image of table in report. please refer.
As per attachment, In the field of table where column is '%Completion' (C) and row no is third(in green), i want division of field (No of Elearning Courses on Curriculum(A) and No of Elearning Courses completed(B)) , but when i use (fields.No of Elearning Courses on Curriculum / fields.No of Elearning Courses completed) the report shows divide by zero error.
please help me to come out of this.
I looked for this and didn't find anything so I am asking it here. I have a trdx report I built and am trying to get it to work in my application. I have a stored proc that requires 2 parameters, agentNumb and orderBy. I am using the uriReportSource and I cant seem to figure out how to pass it the sql parameters. The only way I can get it to work is to add the actual values to the trdx file in code view. Online I have found this, but still cant get it to work:
Dim uriReportSource As New Telerik.Reporting.UriReportSource()
ReportViewer1.ReportSource = uriReportSource
' Specifying an URL or a file path
uriReportSource.Uri = "Reports\AgentInvestorsList.trdx"
' Adding the initial parameter values
uriReportSource.Parameters.Add(New Telerik.Reporting.Parameter("@AGENT_NUMB", agentNumb))
uriReportSource.Parameters.Add(New Telerik.Reporting.Parameter("@ORDER_BY", orderBy))
Any help would be greatly appreciated.
I am using standalone report designer and have deployed the report on telerik report server.
HTML 5 report viewer is used. The viewer shows 1 page loaded but displays nothing.
This is the problem with my local machine and my team's machines.
But the report is displayed on development server.
Could you please help me out where might be the issue.
Regards,
Ashwini
Hello,
I am using Telerik Report Designer and I am trying to manually set the colors of a Pie Chart.
I have found info about the way that it can be done here: http://www.telerik.com/forums/setting-graph-colors
I can set the background color of the chart itself just fine with DataPointConditionalFormatting, but as stated in the linked post, this does not change the color of the legend marker.
Unfortunately the solution mentioned in the post, which is to set the color of the legend markers with property Graph.Series.BarSeries.LegendItem.MarkConditionalFormatting, does not work for me, becuase this property is not there! I even tried editing the .trdx file manually in the text editor and adding this property, but that does not work either.
What could be the cause of this? I am using version 7.0.13.426.
Thank you for any help provided
Regards
Tomas
Hi,
How do I accomplish a rowcount from code-behind? I have a report with two datasources, one is holding header info and the other one is holding detail rows.
I need, in code behind, count the number of rows in the detail datasource. Both datasources are SqlDataSource using SqlClient to connect to MS Sql server.
I have tried put a hidden TextBox in the report and set it's value to Count(Fields.[a field in details]). This gives me the error "An error has occurred while processing Report 'reportname': The expression contains object 'fieldname' that is not defined in the current context" Of course I've doublechecked and 'fieldname' is correct spelled... The field belongs to the details Datasource.
Ideas?
I've faced a problem in the reporting. Sometime the telerik report not showing the it's navigation bar. So, I can't download the report file and can't zoom the report. I've marked the navigation bar for better understanding. Sometime the marked area gone disappear.
Now, I want to know how to solved this problem.
Thanks in advance.
In the bellow chart I have data for FebW1 (February week 1 ) , but the line chart does not show any line or point to show data on chart. you can see in table given, that data is available for FebW1.