don't permit select method... only a class!
Test with gridview work! class ok!
This example work:
namespace GridViewAR
{
class ItensRel : List<Itens>
{
public ItensRel()
{
Itens itens;
itens = new Itens();
itens.Id = "1";
itens.Descricao = "welkson";
this.Add(itens);
}
}
On datasource: GridViewAR.ItensRel
Telerik print 1 record... but using AR not work.
sorry by my poor english.
welkson
----- Original Message -----
From: Victor Kornov
To: [email protected]
Sent: Thursday, November 20, 2008 3:32 PM
Subject: Re: Castle e Telerik Reporting
simplest: YourEntity.FindAll() => that's option A.
On Thu, Nov 20, 2008 at 8:56 PM, Welkson Renny de Medeiros
<[EMAIL PROTECTED]> wrote:
Hi guys!
Information on Telerik Manual:
Reports can use any of the following data sources:
a.. Any component that implements IEnumerable, including System.Array,
IList, ICollection, and BindingSource
b.. Any component that implements IListSource, including DataTable and
DataSet
c.. Any component that implements ITypedList, including DataView and
DataViewManager
d.. Any component that implements IDbDataAdapter, including
SqlDataAdapter
and OleDbDataAdapter
How to use ActiveRecord with Telerik?
Welkson
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---