Dynamic RDLC generation using 2008 R2 Schema (http://www.gotreportviewer.com/DynamicTableVB.zip)
-
jueves, 30 de junio de 2011 17:11
I have a need to dynamically generate simple table based reports for an ASP.Net (4.0) website. Since teh column names are not known until runtime the Dynamic Table approach usedin (http://www.gotreportviewer.com/DynamicTableVB.zip) was useful. I like the fact that the actual XSD is used to generate a class and is used to construct the elements of a RDL fle.
Unfortunately this particular example uses the 2005 XSD which has changed drastically and I would like to build it better using the latest (nothing to worry about Denali as there are no reporting changes) version. When I replaced the ReportDefinition Class with the newly generated schema, I am seeing errors for missing elements. Is there an updated version of this Dynamic Table example using the 2008 R2 version? Or can someone guide me to make the changes that involve mapping the ole reprt items to the new Tablix and section elements?
Thanks is advance for any help.
Regards
Sucharith Vanguri
Todas las respuestas
-
lunes, 04 de julio de 2011 22:02
You might want to take a look at www.rptgen.com
Thanks
- Marcado como respuesta Sucharith Vanguri martes, 05 de julio de 2011 13:25
- Desmarcado como respuesta Sucharith Vanguri martes, 05 de julio de 2011 13:28
-
martes, 05 de julio de 2011 13:28
Thanks. But it does not mention that the 2008 R2 schema is being used. I would like to see an implementation that I can do myself rather than spend some money.
Regards
Sucharith Vanguri
I just confirmed that it is infact using 2005 and not 2008 as needed by me.
-
viernes, 02 de marzo de 2012 20:01
It has now been updated to the latest schema.
Myron

