Telerik Forums
Reporting Forum
1 answer
143 views

Please let me know about Telerik reports customization.

I have to create a report where the user can select the fields from front end using .net to generate the reports.

the filters are provided in the front end along with the shorting fields and displaying fields in the reports. once the user click on generate report the required reports gets generated.

Below is my report customization

Report Setup and configuration,
report orientation like Landscape, Portrait and sort Filtering ,
Report columns Renaming , adding columns
and fourth one header and footer customization 


All I have to give it to enduser who ever is generating the Reports.

Thanks,


Peter
Telerik team
 answered on 23 Aug 2013
1 answer
114 views
Hello,

Is there somewhere a tutorial available that explains what steps and Settings are necessary to use a code first entity model in Telerik Report designer?
thanks

Hadib Ahmabi
Top achievements
Rank 1
 answered on 23 Aug 2013
2 answers
65 views
Hi,

I created a simple report sample on purpose of knowing some features.  I created the tabular resport that has some columns, page number and now tag.

I accomplished to show the report on mvc view and I can interact with the controls (print, export, paging buttons... ), However I noticed that the report is very slow. II think that that occurs because there are a lot of records and I can see the report brings all records and after applying the paging.

There is a manner that the Report brings just the records that will show to user? How can i implement this? 

Thank you

Carlos
Peter
Telerik team
 answered on 23 Aug 2013
2 answers
251 views
Hi,

Please refer to the screenshot attached. I want to add a parameters panel on my report viewer just like the one on your demo. It would great if you can point to a tutorial of some kind that i can follow to implement it.

Thanks,
Thomas
Thomas
Top achievements
Rank 1
 answered on 22 Aug 2013
4 answers
357 views
I have a report that contacts a MultiValue parameter.  It works as I would expect.  The "<select all>" works as expected.  All that is good.  My question is this:  There is a "Clear" button at the top of the dropdown.  For a MultiValue parameter when I select "Clear" it doesn't do anything to the checked values.  In other words the "Clear" doesn't really clear the selected values.

Questions:
  • Can I hide/remove the "Clear" button in the dropdown?
  • If I can't hide/remove the button, can I wire up the Clear button to make it do an unselect all action?

Thanks,
Chris
Chris
Top achievements
Rank 1
 answered on 22 Aug 2013
3 answers
257 views
We have some internal staff using the Report designer to build different flavors of reports I have built in visual studio.

I previously provided them my report.dll so they could see those reports.

They have an expression in the report that slows down the processing of the report.  I would like to build a user defined function that could handle some of this and then I can use "SELECT CASE" statements, etc.   How can the current row of the dataset be based in a user defined function when it is called from an expression.  The expression is below.

= IIf(Fields.AdjType1 = "ETR",  "$" + " " + Fields.AdjAmount1,IIF(Fields.AdjType2 = "ETR",  "$" + " " + Fields.AdjAmount2,IIF(Fields.AdjType3 = "ETR",  "$" + " " + Fields.AdjAmount3,IIF(Fields.AdjType4 = "ETR",  "$" + " " + Fields.AdjAmount4,IIF(Fields.AdjType5 = "ETR",  "$" + " " + Fields.AdjAmount5,IIf

(Fields.AdjType1 = "ETR T",  "$" + " " + Fields.AdjAmount1,IIF(Fields.AdjType2 = "ETR T",  "$" + " " + Fields.AdjAmount2,IIF(Fields.AdjType3 = "ETR T",  "$" + " " + Fields.AdjAmount3,IIF(Fields.AdjType4 = "ETR T",  "$" + " " + Fields.AdjAmount4,IIF(Fields.AdjType5 = "ETR T",  "$" + " " + Fields.AdjAmount5,IIf(Fields.AdjType1 = "PARKT",  "$" + " " + Fields.AdjAmount1,IIF(Fields.AdjType2 = "PARKT",  "$" + " " + Fields.AdjAmount2,IIF(Fields.AdjType3 = "PARKT",  "$" + " " + Fields.AdjAmount3,IIF(Fields.AdjType4 = "PARKT",  "$" + " " + Fields.AdjAmount4,IIF(Fields.AdjType5 = "PARKT",  "$" + " " + Fields.AdjAmount5,IIF(Fields.OptSvcCust1Code = "ETR",  "$" + " " + Fields.OptSvcCust1TotalAmt,IIF(Fields.OptSvcCust2Code = "ETR",  "$" + " " + Fields.OptSvcCust2TotalAmt,IIF(Fields.OptSvcCust3Code = "ETR",  "$" + " " + Fields.OptSvcCust3TotalAmt,IIF(Fields.OptSvcCust4Code = "ETR",  "$" + " " + Fields.OptSvcCust4TotalAmt,IIF(Fields.OptSvcCust5Code = "ETR",  "$" + " " + Fields.OptSvcCust5TotalAmt,IIF(Fields.OptSvcCust6Code = "ETR",  "$" + " " + Fields.OptSvcCust6TotalAmt,IIF(Fields.OptSvcCust7Code = "ETR",  "$" + " " + Fields.OptSvcCust7TotalAmt,IIF(Fields.OptSvcCust8Code = "ETR",  "$" + " " + Fields.OptSvcCust8TotalAmt,IIF(Fields.OptSvcCust1Code = "ETR T",  "$" + " " + Fields.OptSvcCust1TotalAmt,IIF(Fields.OptSvcCust2Code = "ETR T",  "$" + " " + Fields.OptSvcCust2TotalAmt,IIF(Fields.OptSvcCust3Code = "ETR T",  "$" + " " + Fields.OptSvcCust3TotalAmt,IIF(Fields.OptSvcCust4Code = "ETR T",  "$" + " " + Fields.OptSvcCust4TotalAmt,IIF(Fields.OptSvcCust5Code = "ETR T",  "$" + " " + Fields.OptSvcCust5TotalAmt,IIF(Fields.OptSvcCust6Code = "ETR T",  "$" + " " + Fields.OptSvcCust6TotalAmt,IIF(Fields.OptSvcCust7Code = "ETR T",  "$" + " " + Fields.OptSvcCust7TotalAmt,IIF(Fields.OptSvcCust8Code = "ETR T",  "$" + " " + Fields.OptSvcCust8TotalAmt,IIF(Fields.OptSvcCust1Code = "PARKT",  "$" + " " + Fields.OptSvcCust1TotalAmt,IIF(Fields.OptSvcCust2Code = "PARKT",  "$" + " " + Fields.OptSvcCust2TotalAmt,IIF(Fields.OptSvcCust3Code = "PARKT",  "$" + " " + Fields.OptSvcCust3TotalAmt,IIF(Fields.OptSvcCust4Code = "PARKT",  "$" + " " + Fields.OptSvcCust4TotalAmt,IIF

(Fields.OptSvcCust5Code = "PARKT",  "$" + " " + Fields.OptSvcCust5TotalAmt,IIF(Fields.OptSvcCust6Code = "PARKT",  "$" + " " + Fields.OptSvcCust6TotalAmt,IIF(Fields.OptSvcCust7Code = "PARKT",  "$" + " " + Fields.OptSvcCust7TotalAmt,IIF(Fields.OptSvcCust8Code = "PARKT",  "$" + " " + Fields.OptSvcCust8TotalAmt,"")))))))))))))))))))))))))))))))))))))))

Stef
Telerik team
 answered on 22 Aug 2013
1 answer
820 views
Hi,

I am using Telerik ReportViewer. My report require both horizontal & vertical paging but only vertical paging is working. Can't see horizontal expanded data means horizontal paging is not shown. Do i have to set any property to show horizontal pages or is this a default setting.

I am binding my report viewer at runtime where xaml just refer to a UserControl.

Thanks.
Peter
Telerik team
 answered on 22 Aug 2013
3 answers
261 views
Hi All -

When creating a report with a subreport section (like an invoice where invoice items are created on a subreport), the is a challenge with correctly displaying a watermark image.  If you embed it on the subreport it doesn't show and if you put it on the main report it is clipped.

Is there any known work around or way to address this?

Thanks,
Mark
Peter
Telerik team
 answered on 22 Aug 2013
7 answers
355 views
Hi,
I'm trying to create a chart in my report but getting:
An error has occured while processing Chart 'chart1':
Could not load type 'DO.ReportBars' from assembly 'DO, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.


The class is very simple:
namespace DO 
    public class ReportBars 
    { 
        public ReportBars() 
        { 
        } 
 
        public ReportBars(string name, int value) 
        { 
            _name = name; 
            _value = value; 
        } 
 
        private string _name; 
        public string Name 
        { 
            get { return _name; } 
            set { _name = value; } 
        } 
 
        private int _value; 
        public int Value 
        { 
            get { return _value; } 
            set { _value = value; } 
        } 
 
    } 

And the chart code:
private void chart1_NeedDataSource(object sender, EventArgs e) 
        { 
            Telerik.Reporting.Processing.Chart chart = (Telerik.Reporting.Processing.Chart)sender; 
            Telerik.Reporting.Chart chartDef = (Telerik.Reporting.Chart)chart.ItemDefinition; 
 
            List<DO.ReportBars> bars = new List<DO.ReportBars>(); 
            bars.Add(new DO.ReportBars("Parka L", 120)); 
            bars.Add(new DO.ReportBars("Parka M", 100)); 
            bars.Add(new DO.ReportBars("Parka S", 132)); 
            bars.Add(new DO.ReportBars("Wool Cap", 45)); 
            bars.Add(new DO.ReportBars("Mittens", 67)); 
 
            chartDef.Series.Clear(); 
            ChartSeries s = new ChartSeries(); 
            s.Type = ChartSeriesType.Bar; 
            chartDef.Series.Add(s); 
            s.DataYColumn = "Value"
            s.DataLabelsColumn = "Name"
 
            chart.DataSource = bars; 
        } 

The strange thing is that it works if I move the ReportBars class to the same namespace as the report so the ReportBars is not placed in a different assembly.
 




Ammar
Top achievements
Rank 1
 answered on 22 Aug 2013
1 answer
288 views
Hello,

I'm trying for the life of me to make a Gantt chart using the new reporting graph thing and haven't had any luck, and can't find any help/examples online. The goal here is to make a day schedule - so you see from 8am to 9pm or so with bars representing when you have something on your schedule. If and when those bars overlap, I'd like them to appear in a second row. The bars should then have the title of the event in them.

To make it all simple, I made a simple class called "Test" with properties for "Category", "StartTime", "EndTime" and "Title". I've added three of them to a list and bound that to the graph's datasource in code on the "NeedDataSource" event.

Everything I try seems to just produce a graph with a single box on the right. I have the x value as start time and the y value as end time, but that doesn't seem to do anything or matter. I have series and category groups that both are the category field... which may not be right.

Can anybody help?

Thanks,

Mike
Squall
Top achievements
Rank 1
 answered on 21 Aug 2013
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?