Telerik Forums
Reporting Forum
1 answer
170 views
Hello, I'm trying to do a master-detail kind of report. I have tried to put my data in a crosstab, but the detail cell only shows me the first entry for every group, instead of showing a list of entries. 

I am trying to do some kind of schedule, having a row grouping on the resources and a column group on the date. Since a resource can do multiple jobs in a day, in the detail cell I would like to show a list of those jobs. 

For example: 
Data: 
Entry1:  Resource1 Day1 Activity1
Entry2:  Resource1 Day2 DayOff
Entry3:  Resource1 Day1 Activity2
Entry4:  Resource2 Day1 Activity1
Entry5:  Resource2 Day2 Activity2

Output: 
Day1 Day2
Resource1 Activity1 DayOff
Activity2
Resource2 Activity1 Activity2

I have tried multiple things, but none did exactly what I need: 
 - Create a child Detail row group on the resource group, but that doesn't work because it puts me every activity as a unique entry, like this: 
Day1 Day2
Resource1 Activity1
Activity2
DayOff
Resource2 Activity1
Activity2

 - Put a table or list in my detail cell, but I am not able to bind its data source to its parent's grouped data (ex. for Resource1, Day1). 

Has anybody ever tried to do such report? 
Can you help me? 

Thanks
Squall
Top achievements
Rank 1
 answered on 04 May 2011
1 answer
821 views
Hi,

I am looking for a way to create a bulleted list from a SQL data source on a Telerik report. When the report is exported to Word, the bulleted list will behave similarly as the bulleted list in Word.

Thank you very much for your help and support. It is much appreciated.

Guangxi Wu
gwu@critigen.com
Steve
Telerik team
 answered on 04 May 2011
3 answers
158 views
There is a Table which is hosted in a panel. I want to hide the panel when the table is empty. I can add a parameter to pass the number of rows at runtime and add rule to hide the panel. Just wondering is there a better way to do it.

Best Regards
Steve
Telerik team
 answered on 04 May 2011
2 answers
84 views
Please suggest some solution.Its an silverlight 4.0 appplication
pocha
Top achievements
Rank 1
 answered on 04 May 2011
0 answers
112 views
I know there is the limitation of vector rendering when report is converted to pdf. Just wondering, is there a way by modifing the telerik report source code to make it happen?

Best regards,

Ben Casse
Top achievements
Rank 1
 asked on 04 May 2011
3 answers
186 views
I'm trying to implement a report on hierarchical data as a drill-through -- i.e., recursively -- report returns all children of a given parent.  When one of the children is clicked that ID is passed as a parent_Id parameter) one of three parameters on the Navigate to Report action.  The other two parameters remain unchanged on drill-through).

But when I click on one of the items, the report simply returns "Please input data for all parameters".

Any reason it shouldn't work? 
Ideas? 


Hrisi
Telerik team
 answered on 03 May 2011
11 answers
1.2K+ views

Hello.

I use reporting together with entity framework.

Generally the structure is this:

1. I have a winform and there I select what kind of report I want to see, and also select data for the report.

2. I pass this data to report and refresh it.

I have a report that has some tables and lists inside. To pass data to those report elements I defined SetDS method for each report. For example:

public void SetDS(Product product)  
        {  
            EntityTools.LoadReferences(product);  
 
            foreach (WciFilling item in product.WciFilling)  
                EntityTools.LoadReferences(item);  
            foreach (WciAdditionalItem item in product.WciAdditionalItem)  
                EntityTools.LoadReferences(item);  
 
            this.DataSource = product;  
            this.lstFilling.DataSource = product.WciFilling;  
            this.tbGrid.DataSource = product.WciAdditionalItem.Where(o => o.WciAdditionalItemType.Id.Equals((int)EnWciAdditionalItemType.Grid));  
        } 

So, now I want to use one of these reports as a sub-report inside of list, and the question is how can I call SetDS for that subreport?

Or, maybe, I'm going in a wrong way, and there is a better approach?

Thanks.

Best regards,
Oleksandr

Steve
Telerik team
 answered on 03 May 2011
1 answer
60 views
Hi

Is possible to resize , in silverlight report viewer , the documentmap area ?
thx

Luciano Benetti
Solinfo srl
Steve
Telerik team
 answered on 03 May 2011
1 answer
102 views
Hi,
I'm just wondering how to add horizontal scrollbars to charts in the reporting page.
Thanks in advance.
Hayk
Steve
Telerik team
 answered on 03 May 2011
2 answers
286 views
I'm trying to find a way to display two of my report parameters in my Report Header.  The first parameter is a collection of strings and the second is a collection of longs.  I say Collection because they are defined in the report as:
MultiValue = True
.

Basically what I am trying to do is list the users parameters at the top of the page in a nice format - the report header seems like the right place to do this.  When working with single values, this works fine, but I can't figure out how to iterate through the collection and convert every item to a string.

Thanks in advance for the help...

-Scott
Peter
Telerik team
 answered on 03 May 2011
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?