Create an IEnumerable<incid> (linq to sql) and put in this.DataSource
bound to the consistency of the columns.
In the same collection of data is displayed then no.
Moreover, this same collection in DataGrid WPF 3.5 displays correctly.
public class incid
{
public string ID { get; set; }
public string pubDate { get; set; }
public string directoryIncidentType { get; set; }
public string directoryReactionState { get; set; }
public string strAddress { get; set; }
public string strDDS { set; get; }
}
http://savepic.net/2625578.htm (screenshot)
Trace.Write:
An exception has occurred while processing '' item:
Telerik.Reporting.Expressions.InvalidExpressionException: The expression contains object 'ex_ID' that is not defined in the current context.
в Telerik.Reporting.Processing.Expressions.FieldsNode.Eval(Object data, Object context)
в Telerik.Reporting.Processing.ReportItemBase.Evaluate(Object value, Object data)
в Telerik.Reporting.Processing.ReportItemBase.Evaluate(Object value)
в Telerik.Reporting.Processing.TextBox.ProcessItem()
в Telerik.Reporting.Processing.ReportItemBase.Process(DataMember data)
all fields are filled with collections.
using the latest version of the demo.
bound to the consistency of the columns.
In the same collection of data is displayed then no.
Moreover, this same collection in DataGrid WPF 3.5 displays correctly.
public class incid
{
public string ID { get; set; }
public string pubDate { get; set; }
public string directoryIncidentType { get; set; }
public string directoryReactionState { get; set; }
public string strAddress { get; set; }
public string strDDS { set; get; }
}
http://savepic.net/2625578.htm (screenshot)
Trace.Write:
An exception has occurred while processing '' item:
Telerik.Reporting.Expressions.InvalidExpressionException: The expression contains object 'ex_ID' that is not defined in the current context.
в Telerik.Reporting.Processing.Expressions.FieldsNode.Eval(Object data, Object context)
в Telerik.Reporting.Processing.ReportItemBase.Evaluate(Object value, Object data)
в Telerik.Reporting.Processing.ReportItemBase.Evaluate(Object value)
в Telerik.Reporting.Processing.TextBox.ProcessItem()
в Telerik.Reporting.Processing.ReportItemBase.Process(DataMember data)
all fields are filled with collections.
using the latest version of the demo.