or
upgrade seem to go fine. when building win form app I get this error on most of the telerik reports.
telCompareProperties.resx : error RG0000: Object reference not set to an instance of an object.
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|
Report9 objreport9 = new Report9();
Telerik.Reporting.Table tbl = (Telerik.Reporting.Table)objreport9.Items.Find("table1", true)[0];
tbl.DataSource = dt1 ;//dt1 is the datatable object which contains data
rptViewer.Report=objreport9 // rptViewer is the reportviewer control .
but no data displayed in the reportviewer.
1)So could anyone please give me the code for my scenario? (table display content).this is an urgent requirement.
2) also I need code for data display in the list report item.
Thanks,
Sindu.
this.textBox1.Value = "Nombre del niño(a):{Fields.fcNomMenor+\" \"+ Fields.fcPatMenor+\" \"+ Fields.fcMatMen" + "or}".ToUpper(); and this.textBox1.Value.ToUpper( = "Nombre del niño(a):{Fields.fcNomMenor+\" \"+ Fields.fcPatMenor+\" \"+ Fields.fcMatMen" + "or}");