Telerik Forums
Reporting Forum
1 answer
58 views
Hi,

Very simple question - I guess. How can I have a grouping like shown in the attachment with the line above and below the result? It's quite straight forward in crystal reports. I am sure I am missing very important concept.

Many thanks.
MG

Peter
Telerik team
 answered on 18 Nov 2010
1 answer
1.1K+ views
I'm looking at an alternative to Crystal Reports and I'm down to two choices:  Telerik or DevExpress.

To be honest, I really like Telerik on the whole a lot more, especially with the WinForms controls but if I can't get this simple task by today I can't look past it.  I have an application that reads data from mixed xml sources, processes the data in a list of classes and prints out a report.  Nothing fancy, no drill-downs, just as if they were datarows.

So basically the class would look like:

public class MyDataClass
{
 public int MyInt { get; set; }
 public string MyString { get; set; }
 public DateTime MyDate { get; set; }
 
 public MyDataClass()
 {
 }
}

As it's computing, it puts it into a List<MyDataClass> that gets stored until it's ready.  The data source wizard detects it once I put in [DataObject] attribute on the class.  From here, both Crystal Reports and DevExpress can easily be hooked up to the list of objects easily.  Once it knows the type definition, I can set the datasource property to the list and it works.

But I cannot for the life of me find a simple or straightforward way to do this in Telerik.  Since there are 12 types of classes I'm processing, do I need to create 12 generic collections that each implement IEnumerable?  And then where do I hook in my actual instance of data?  Am I misunderstanding the terminology that Telerik Reporting is using?  Datasource is usually literally the source of the data.  But in the documentation, it appears to be used as the data definition.

This is simple stuff, but I haven't found any simple answer.  The demo page just shows a video, but doesn't show the code behind (unless I missed it).  Sure, the demo is great for showing what it can do, but it's incomplete in telling us how.  I'm running out of time before I need to give a verdict because it's going to be used to replace a lot of tools we currently use.
Peter
Telerik team
 answered on 18 Nov 2010
3 answers
147 views

Hellow,

I created report from dataset  , that creates  a Table summaries to all class and class .

How can I number the pages  of  every class from 1 ?

(I have loop, that every class come separately to the reporting of telerik reporting.

Every class can be able some pages)

Thank you

For example,

 Class A

 

 

 

 

 

 

 

 

 

 

 

 

1


Class A

 

 

 

 

 

 

 

 

 

2

 
Class B

 

 

 

 

 

 

 

 

 

1

 

 

Steve
Telerik team
 answered on 18 Nov 2010
1 answer
165 views
Hello,
I created report from dataset , that creates a Table summaries to all class and class
(I have loop, that every class come separately to the reporting of telerik reporting.Every class can be able some pages)
in order to number the pages of every class from 1 I tried to use PageNumberingStyle ,I used: "this.PageNumberingStyle = PageNumberingStyle.ResetNumberingAndCount"  in the Report class. indeed, numbering well. The problem is that when I print-only the last class printed.
what can I do in order to print all the classes?
Steve
Telerik team
 answered on 18 Nov 2010
1 answer
95 views
Using Telerik Reporting Q3-2010 I'm trying to add a filter to a table using the IN operator and I get an error (see attached PNG file). I can get round it by modifying the code in background but why is this happening. It never happened in the previous release.

Thanks


Paul.
Steve
Telerik team
 answered on 18 Nov 2010
1 answer
52 views
Hi   sir   I  want  to display   supplier  details  in a report.
I have  done groping  on  supplierName   under that another group  named as  Material Name.
My  aim  is to display  one chart for  each supplier   where  material  names  have to come as serieses.
I have  done  Databinding  to the  report as    DataMember=Materialname.
Here it  is  displaying  all the materials  supplied by  all the  suppliers. But  i want  to get  the  material names  as series items specific to a supplier
Look At the  picture  that i Attached.
Here Supplier2  has supplied  one  item   that is cement.
But  in the  chart   all the  materials  are  coming.please provide me solution
Peter
Telerik team
 answered on 18 Nov 2010
3 answers
122 views
"Generating Report" animation displays during design time preview but fails to show in deployed web site. This is critical as one of the reports may take up to 3 minutes to be created.
Steve
Telerik team
 answered on 18 Nov 2010
2 answers
71 views
Hi,

I came across few posts of past where it has been said that Passing the DataSource of the report from Silverlight to the ReportingService is not possible.
As its been talk of more than a year back, I am wondering if it is possible now? If yes then how ?

Thanks,
Jono
Jonathan
Top achievements
Rank 1
 answered on 17 Nov 2010
2 answers
184 views
Hi,
    I just installed Trial version of Telerik Reporting Q3 2010 with VS2008 & VS2010 Support. But when I create report, I get above error. I have attached screen shot here. How to get pass this error? I am using Windows 7.

Thank you

Nick
Top achievements
Rank 1
 answered on 17 Nov 2010
0 answers
53 views
Using the silverlight reportviewer and opening a report and looking at the parameter section, if it's a multiselect list when i click the dropdown I see the DisplayMember values (let's say Red, Blue, Green) and I can select the ones I want, but when the dropdown goes back up it shows a list of the ValueMembers ( 1,2 instead of Red, Blue -- when I selected Red, Blue)

Is there a setting I am missing in Silverlight or in the report to fix this?

(v 4.1.10.921 )
Michael
Top achievements
Rank 1
 asked on 17 Nov 2010
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?