in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

Binding objects to Reports

Last post 11/18/2008 7:19 AM by Arkadiusz Malka. 0 replies.
Page 1 of 1 (1 items)
Sort Posts:
Previous Next
  • 11/18/2008 7:19 AM

    Binding objects to Reports

    Hi,

    i have collection of objects which contains another collection:

    class A

    {

    public string First {set;get;}

    public List<string> Names {set;get;}

    }

    A[ groups = new A[10]

    i do something like this:

                XRControl control= rep.FindControl("Answer", true);
                control.DataBindings.Add("Text", groups , "First ");

    how can get access to Names in current groups element to bind it to other controls?

     

     

Page 1 of 1 (1 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED