Telerik Forums
Reporting Forum
2 answers
67 views
Please suggest some solution.Its an silverlight 4.0 appplication
pocha
Top achievements
Rank 1
 answered on 04 May 2011
0 answers
106 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
159 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.1K+ 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
51 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
94 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
270 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
1 answer
123 views

Dear Support Team

We try to generate report items by code (in this case multiple panels with a key/value list).

The problem now is that the PDF rendering does overlap the panels each time after a new page begins.

I have attached a test report that shows the issue.

The reportlayout.jpg shows the first page with the generated lists (there you can see that all of them have the same distance between each other.

But the first list on 2ndpage.jpg overlaps the next one.

Exporting to HTML or RTF generates those distances correctly.

All panels are generated with Dock.Top, the height is dynamic (based on the number of items in the list).

Is it a known problem of PDF rendering and/or do you have a workaround for that?

Please let me know if you need the code.

Thank you

Björn

Peter
Telerik team
 answered on 03 May 2011
1 answer
123 views
Hi

I am trying to create a report to display job sheets where thumbnails are required for each product ordered.  The report is grouped by categories which allows all products to be manufactured by different departments, the detail section displays the product details eg product code, description, quantity etc.  What I am trying to do is display thumbnails for these product lines in the details section, I would like to display 5 thumbnails for each product but displayed horizontally and not vertically.  I have tried using sub reports but does not work with plugged into the main report.

The attached shows the thumbnails being displayed vertically opposed to horizontally.

Thanks
Steve
Telerik team
 answered on 03 May 2011
2 answers
155 views
I have a report with four sub reports, when I export it to pdf or excel it all looks fine, but when I export it to CSV none of the data from the sub reports is exported. Is this expected behaviour or have I just missed something simple.

Thanks for any help

Patrick
PJB
Top achievements
Rank 1
 answered on 03 May 2011
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?