Telerik Forums
Reporting Forum
1 answer
93 views
Hi,

I downloaded the trial version of the Reporting module. I try to change one of the report examples -  Report Catalog.cs. This example has already one filter condtion set:

=Fields.IsVisible = =True.

I try to add additional filter and this time I want to use "like" operator as shown below:

And =Fields.Description Like ...

After choosing operator "like" and trying to move to Value column I get an error: "System.ArgumentOutOfRangeException: Index was out of range."

How can I add a "like" condition to filter selection?

I use the following OS:
  • XP SP3.
  • Regional and language settings: pl-PL.
  • Telerik Reporting version: Telerik_Reporting_Q3_2010_v4_2_10_1110_trial. 
  • Alicja

    Steve
    Telerik team
     answered on 17 Nov 2010
    2 answers
    198 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
    169 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
    93 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
    200 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
    172 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
    112 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
    104 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
    87 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
    Top users last month
    Chester
    Top achievements
    Rank 1
    Iron
    Simon
    Top achievements
    Rank 1
    Iron
    Douglas
    Top achievements
    Rank 2
    Iron
    Iron
    SUNIL
    Top achievements
    Rank 3
    Iron
    Iron
    Iron
    Marco
    Top achievements
    Rank 3
    Iron
    Iron
    Iron
    Want to show your ninja superpower to fellow developers?
    Want to show your ninja superpower to fellow developers?