I’m starting a new project which will dynamically generate (user will have to
pick and choose data, then generate the XML dynamically) RDLC for Reporting.
My approach was to use LINQ to XML for the API. My question is what is the
best API to use? Performance is no concern, most critical factor is that the
code be easy to maintain easy to dynamically generate the mark-up for the
RDLC.
Note: We are all ready using LINQ to XML in the main application. This is
for the reprinting module of the application.
--
Alexander L. Wykel
AW Software Works
pick and choose data, then generate the XML dynamically) RDLC for Reporting.
My approach was to use LINQ to XML for the API. My question is what is the
best API to use? Performance is no concern, most critical factor is that the
code be easy to maintain easy to dynamically generate the mark-up for the
RDLC.
Note: We are all ready using LINQ to XML in the main application. This is
for the reprinting module of the application.
--
Alexander L. Wykel
AW Software Works
Comment