Telerik Forums
Reporting Forum
2 answers
339 views

Hi All,

I have the following structure for a report data source:

 

public class ReportData {
 
    public List<DataPoint> Readings {get; set;}
 
}
 
public class DataPoint {
 
    public DateTimeOffset Day {get;set;}
 
    public double Value {get; set;}
 
}

 

I'm not being able to create a column graph that plots this. I'm not sure if groupings are necessary or not, what to use in the series, etc.

 

I'm using VS2017 designer to design the report. The data source is an object data source of type ReportData

Silviya
Telerik team
 answered on 22 Feb 2019
1 answer
121 views

Is it possible to set up a report with a table that has excel like filtering similar to the grid control example shown here: https://demos.telerik.com/aspnet-ajax/grid/examples/functionality/filtering/excel-like-filtering/defaultcs.aspx ?

 

Thank you,

Jennifer

 

Neli
Telerik team
 answered on 22 Feb 2019
1 answer
107 views

Hello,

I've created a horizontal bar chart, and the bars go left-to-right from 0-100%.

I would like to display a fixed/static vertical line at 90%, so users can quickly see which lines are over/under 90%.

The solution seems to be a MarkedZone as a single line (not rectangle).   Can you provide assistance on how to set these up in the designer?  I've navigated the properties of the chart as well as my series and cannot find references to MarkedZones.

There is a thread from 2013 that said these aren't possible in the standalone tool, but that user wanted to bind the line to data.  My line is fixed at 90% of the 0-100% range.

If the designer cannot do this at all, but it can be done with an additional series etc, let me know that too.

*many* thanks for any advice you can offer.

-j

Neli
Telerik team
 answered on 22 Feb 2019
5 answers
1.1K+ views
I have a report that only has a table in the detail section.  I have all of the gridlines turned off( I'm alternating the colors for the rows) and just the talbe borders set to solid and 1 pixel.  The data for the table covers 3 pages and on the first two pages the bottom borader is missing and only shows on the last page.  Everything else is ok and every page has the table header repeated.

What do I have to do to get this border to show?
Martin
Top achievements
Rank 1
 answered on 21 Feb 2019
6 answers
397 views
I have read other posts in this forum similar to this one but not quite addressing my question.   I have an aspx page with a list of reports (say ReportList.aspx) that my users can select.   I want to send information on the report selected as a URL parameter to a single page  (say ReportViewer.aspx) that will set the ReportViewer.ReportSource to the report that was selected.  All of the reports are contained within a single dll  (say MyTelerikReports.dll).  I want to be able to pass in all of the information needed for ReportViewer.aspx  to be able to set the ReportSource and render a report.  I don't want to have to modify ReportViewer.aspx when a new report is added to MyTelerikReports.dll.  I should only have to make changes in ReportList.aspx to add the new report and appropriate parameter information.   Is this possible ?

Thanks -- Jeff Gaiche
Todor
Telerik team
 answered on 21 Feb 2019
1 answer
100 views

I am attempting to build a range chart but show numerous values on the same row. 

The end result would be a time scale showing the duration of time for a task.

Example, from 9:00am to 9:10am, then another bar from 9:45 to 1:23pm and so forth.

Is that possible?

Everything I have seen so far shows the intervals on my X axis, but I end up with a single massive bar spanning from left to right.

 

Thanks

Brian

Brian
Top achievements
Rank 1
 answered on 20 Feb 2019
3 answers
418 views

I need to have a graph showing some Letters (B, G, D,....) as the Y axis, and numbers like (00,0,1,2,3,..) as the X axis.

The problem is that, 00 is not a digit, and the only way to show it is to Have the X Axis, as a Category Scale.

Is there any way to Have this done by Telerik Reporting Graph tool?

Thanks!

Mahdieh,

Mahdieh
Top achievements
Rank 1
 answered on 20 Feb 2019
3 answers
1.4K+ views
I have a telerik report that on the hear I want to display a logo that would co with the client the report is being printed for.  I know if I put the images on a network drive and then in the dataset returned I return the th file location and then

private void reportHeader_ItemDataBinding(object sender, EventArgs e)
{
    this.LogoImage.Value = "=Fields.Logo";
}

this will work.  but I would rather point to a file that is in the resources folder of the project.  This is a WPF project
On the forms of the wpf application I can add
Image1.Source = new BitmapImage(new Uri(@"/Resources/" + c.Logo,UriKind.Relative));

and it gets the logo from my resources folder.  I would like the report to get the image from that same location.







Dilyan Traykov
Telerik team
 answered on 20 Feb 2019
2 answers
367 views

Hi.

The attached image is from winforms report project.

The line series represents a person's weight over time. The stacked area chart in the background represents BMI levels (below, normal, above, obese)

How do I make the stacked area opaque so that the grid lines can be seen. At the moment it's obscuring them.

Many thanks in advance.

Czeshirecat
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 20 Feb 2019
8 answers
3.4K+ views

Hello,

1: I read that it is not possible to resize my report header at runtime. Is this true? I have text that sometimes wraps and other times doesn't, and I'd like to change the height of my report's header accordingly. Or is there a way to determine if the text will wrap, so I can reduce the font size until it will no longer wrap?

2 (assuming option 1 isn't possible): I've moved my header to the detail section, but now I would like for it to repeat on each page. My header consists of two textboxes.

Also, moving the header textboxes to the detail section creates another problem: sometimes, a seemingly random page break will be placed immediately after the textboxes. I'm assuming this is because I have placed a subreport immediately after the textboxes, and the subreport won't fit onto a single page. Does anyone know how I can force the subreport to display immediately below the textboxes?

Thanks!

Maxime
Top achievements
Rank 1
 answered on 19 Feb 2019
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?