Telerik Forums
Reporting Forum
2 answers
176 views
 We need to underline a field when it is the last detail item before the group footer (which shows a subtotal for the values above the line).  I tried doing this by putting a short horizontal line in the group footer, but it appears that there is no way to keep the last detail and the group footer on the same page resulting in the underline often being at the top of the next page.  Is there a way to keep them together?  If there isn't, the other idea I had was to add a conditional format to show the bottom border of the detail field when it is the last detail item.  Is that the best solution?  If so, can you tell me how to determine that a detail item is the last in it's group?
DarrinB
Top achievements
Rank 1
 answered on 17 Nov 2010
1 answer
145 views
When I use the report wizard it generates the report as expected, however when I try to preview the report everything is blank?
Steve
Telerik team
 answered on 17 Nov 2010
1 answer
1.0K+ views
I am creating a report by using a .Net List collection as a DataSource. The primary list includes some properties which are themselves a collection (List<string>). Does Telerik reporting support support Collections within collections?

Following is a simple example which can recreate the issue. When I created a report that binds to List<AddressEntry> as a DataSource, , it lists out the each AddressEntry (Name, Address, PhoneNo) but does not list the multiple Contacts within the address. I have tried item bind to Fields.Contacts and Fields.Contacts.Item, neither of which had success is listing the Contacts.

            List<AddressEntry> entries = new List<AddressEntry>();

//populate the individual address entries, each address can have multiple contacts.
....

    public class AddressEntry
    {
        public string Name {get;set;}
        public string Address {get;set;}
        public List<string> Contacts { get; set; }
        public string PhoneNo { get; set; }
    }

Thanks for the response,
Peter
Telerik team
 answered on 17 Nov 2010
0 answers
74 views
I drag a TextBox named textboxA and a Table that fields some data in my reporting page, I want to set a filter that expression term are generated dynamictly, for example, I input the value in the textboxA then I set the filter property of the table like 
        Fields.XXXX = textboxA.Value or textboxname(of the table).Value = textboxA.Value
Above methods are illegal or useless, is anyone know how to do like this!?
John
Top achievements
Rank 1
 asked on 17 Nov 2010
2 answers
173 views
Is Telerik looking to implement support for the SSRS reports in the silverlight reporting control in the near future?
Peter
Top achievements
Rank 1
 answered on 16 Nov 2010
5 answers
134 views
Hello,

after refreshing a telerik report in our silverlight application, we get the error message, as shown in the attachment. We have tested if the exception occurs in the methods, which should deliver the data for the report, but that is not the reason. There no exception happened.

The exception message tells us, to look into the InnerException, but  I don't know how I should do this, cause the debugger didn't stop anywhere to read the InnerException.

Additionally I assigned a method to the BindingValidationError event, but the method isn't executed, when the exception occured.

So my question is, how can I get the InnerException or even better, how can i prevent this exception?

best regards
Steve
Telerik team
 answered on 16 Nov 2010
2 answers
86 views
Hello

I'm using latest and greatest trial version.

I created a box shape and I've put some textboxes over it. In "Preview" everything looks ok but in HTML preview and in the actual ASP.NET ReportViewer the textboxes are hidden behind the box shape. I've tried to set the box background to transparent but that didn't change anything.

Is there any way to get the textboxes inside the box shape to appear on top of it ?
Steve
Telerik team
 answered on 16 Nov 2010
3 answers
62 views
Reading about the SL report Viewer that can be used within a SL project, and looking at the demos, I would like to ask the following question:
Can we use the viewer as a "Component", just like GridView or Scheduler or Book, component where we can put the viewer in a SL page and use it?

If not possible with Q3 release, is there plan to create a component for the viewer and when?
Thanks!
..Ben
Chris Gillies
Top achievements
Rank 1
 answered on 16 Nov 2010
0 answers
67 views
Hi, I have access to the runtime steps in the details section so that it can be made higher and the result of my group footer is a little lower. It is with the Measurement Properties are public but not as I do to access them
Daniel
Top achievements
Rank 1
 asked on 16 Nov 2010
1 answer
121 views
Hi,

    Is it possible to export the raw datatable form the report?

    we need this as our clients would like the option to export/save the report as telerik does at the moment but would also like to export the datatable with no groupings or formating. is this possible?

thanks
Peter
Telerik team
 answered on 16 Nov 2010
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?